commit | 6d71e4e6c3db1b936112a54679976ddc61d8063f | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Feb 11 12:54:35 2015 +0000 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Feb 11 12:54:35 2015 +0000 |
tree | fef0857e62b10a6eb01029f17c1e1cf149c842f8 | |
parent | dda5213982f7e245b6444f4340f692d5cacdec97 [diff] [blame] |
Fix one more warning on windows
diff --git a/library/timing.c b/library/timing.c index 913cbdc..5791ef4 100644 --- a/library/timing.c +++ b/library/timing.c
@@ -254,7 +254,7 @@ /* It's OK to use a global because alarm() is supposed to be global anyway */ static DWORD alarmMs; -DWORD WINAPI TimerProc( LPVOID TimerContext ) +static DWORD WINAPI TimerProc( LPVOID TimerContext ) { ((void) TimerContext); Sleep( alarmMs );