ソースを参照

Fix pedantic warning in unit test code

bel 8 年 前
コミット
110e14b491
1 ファイル変更1 行追加1 行削除
  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;