Prechádzať zdrojové kódy

Fix pedantic warning in unit test code

bel 8 rokov pred
rodič
commit
110e14b491
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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;