]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fix gcc-arm warning "suggest braces around empty body"
authorYann Collet <cyan@fb.com>
Thu, 12 Jan 2017 16:46:46 +0000 (17:46 +0100)
committerYann Collet <cyan@fb.com>
Thu, 12 Jan 2017 16:46:46 +0000 (17:46 +0100)
lib/compress/zstdmt_compress.c

index 24f5e5b8b4310b5b3a983f4568f01089d8febe66..6f467f6a5d44eecb19f445fd3f1b9d3453e68ad7 100644 (file)
@@ -36,7 +36,7 @@ if (g_debugLevel>=MUTEX_WAIT_TIME_DLEVEL) { \
 
 #else
 
-#  define DEBUGLOG(l, ...)   /* disabled */
+#  define DEBUGLOG(l, ...)      {}    /* disabled */
 #  define PTHREAD_MUTEX_LOCK(m) pthread_mutex_lock(m)
 
 #endif