fix : minor compilation warning under mingw
authorYann Collet <yann.collet.73@gmail.com>
Tue, 5 Aug 2014 05:42:40 +0000 (06:42 +0100)
committerYann Collet <yann.collet.73@gmail.com>
Tue, 5 Aug 2014 05:42:40 +0000 (06:42 +0100)
programs/fullbench.c

index dd02357..3d39458 100644 (file)
@@ -178,7 +178,7 @@ void BMK_SetPause(void)
 
 #if defined(BMK_LEGACY_TIMER)
 
-static int BMK_GetMilliStart()
+static int BMK_GetMilliStart(void)
 {
   // Based on Legacy ftime()
   // Rolls over every ~ 12.1 days (0x100000/24/60/60)