This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
PSG
/
civetweb
espejo de
https://github.com/civetweb/civetweb.git
Seguir
5
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Fix pedantic warning in unit test code
bel
hace 8 años
padre
7ec97f166a
commit
110e14b491
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
test/timertest.c
+ 1
- 1
test/timertest.c
Ver fichero
@@ -37,7 +37,7 @@
#include "timertest.h"
-int
+
static
int
action(void *arg)
{
int *p = (int *)arg;