Преглед изворни кода

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;