]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fixed minor prototype warning
authorYann Collet <cyan@fb.com>
Wed, 13 Sep 2017 02:32:26 +0000 (19:32 -0700)
committerYann Collet <cyan@fb.com>
Wed, 13 Sep 2017 02:32:26 +0000 (19:32 -0700)
programs/util.h

index d66e6bd3fc55f233225d667794d381f70b269a70..65eb195dc4c2a63a46f45ecaf82eea3f4b35711e 100644 (file)
@@ -217,7 +217,7 @@ UTIL_STATIC U64 UTIL_clockSpanMicro( UTIL_time_t clockStart )
 }
 
 
-UTIL_STATIC void UTIL_waitForNextTick()
+UTIL_STATIC void UTIL_waitForNextTick(void)
 {
     UTIL_time_t const clockStart = UTIL_getTime();
     UTIL_time_t clockEnd;