mirror of
https://git.savannah.gnu.org/git/screen.git
synced 2026-02-20 14:22:38 +02:00
-Wall -Wextra warnings about empty else's
suggesting empty {}
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user