fix : minor compilation warning under mingw
authorYann Collet <yann.collet.73@gmail.com>
Tue, 29 Jul 2014 20:57:09 +0000 (21:57 +0100)
committerYann Collet <yann.collet.73@gmail.com>
Tue, 29 Jul 2014 20:57:09 +0000 (21:57 +0100)
programs/bench.c

index 6af86ac..3031725 100644 (file)
@@ -164,7 +164,7 @@ void BMK_SetPause(void) { BMK_pause = 1; }
 
 #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)