-Wall -Wextra warnings about empty else's

suggesting empty {}
This commit is contained in:
Amadeusz Sławiński
2012-01-17 20:34:58 +01:00
parent 85efa1cdda
commit b4a4d5becf

View File

@@ -48,7 +48,7 @@
# define debug(format, ...) {if(dfp){fprintf(dfp, format, ##__VA_ARGS__);}}
extern FILE *dfp;
#else
# define debug(format, ...)
# define debug(format, ...) {}
#endif
#ifndef DEBUG