fix gcc-arm warning "suggest braces around empty body"

This commit is contained in:
Yann Collet
2017-01-12 17:46:46 +01:00
parent ad9f6bd123
commit 5b726dbe4d
+1 -1
View 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