浏览代码

fixed warning

ncannasse 6 年之前
父节点
当前提交
10cbc61384
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/std/track.c

+ 1 - 1
src/std/track.c

@@ -56,7 +56,7 @@ typedef struct {
 	bucket *prev_b2;
 } bucket_list;
 
-static bucket_list all_data[_KLAST] = {0};
+static bucket_list all_data[_KLAST] = {{0}};
 static hl_mutex *track_lock = NULL;
 
 int hl_internal_capture_stack( void **stack, int size );