This website works better with JavaScript
Home
Explore
Help
Register
Sign In
PSG
/
civetweb
mirror of
https://github.com/civetweb/civetweb.git
Watch
5
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Fix pedantic warning in unit test code
bel
8 years ago
parent
7ec97f166a
commit
110e14b491
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
test/timertest.c
+ 1
- 1
test/timertest.c
View File
@@ -37,7 +37,7 @@
#include "timertest.h"
-int
+
static
int
action(void *arg)
{
int *p = (int *)arg;