From: Yann Collet Date: Tue, 29 Jul 2014 20:57:09 +0000 (+0100) Subject: fix : minor compilation warning under mingw X-Git-Tag: upstream/1.9.3~259^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e4aaa681ca07415cf12657bc1a3cd05c10afeed9;p=platform%2Fupstream%2Flz4.git fix : minor compilation warning under mingw --- diff --git a/programs/bench.c b/programs/bench.c index 6af86ac..3031725 100644 --- a/programs/bench.c +++ b/programs/bench.c @@ -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)