Browse Source

Fix pedantic warning in unit test code

bel 8 năm trước cách đây
mục cha
commit
110e14b491
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      test/timertest.c

+ 1 - 1
test/timertest.c

@@ -37,7 +37,7 @@
 #include "timertest.h"
 
 
-int
+static int
 action(void *arg)
 {
 	int *p = (int *)arg;