浏览代码

old_utils_tests: Remove leftover unused attribute

Max Bruckner 8 年之前
父节点
当前提交
b537ca70a3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/old_utils_tests.c

+ 1 - 1
tests/old_utils_tests.c

@@ -30,7 +30,7 @@
 #include "../cJSON_Utils.h"
 
 /* JSON Apply Merge tests: */
-const char *merges[15][3] =
+static const char *merges[15][3] =
 {
     {"{\"a\":\"b\"}", "{\"a\":\"c\"}", "{\"a\":\"c\"}"},
     {"{\"a\":\"b\"}", "{\"b\":\"c\"}", "{\"a\":\"b\",\"b\":\"c\"}"},