diff options
Diffstat (limited to '')
-rw-r--r-- | fb2png/log.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fb2png/log.h b/fb2png/log.h index 2b7cf8cec..a2e3f5f54 100644 --- a/fb2png/log.h +++ b/fb2png/log.h @@ -57,7 +57,7 @@ #endif -static void +__attribute__((unused)) static void D(const char *msg, ...) { va_list ap; @@ -69,7 +69,7 @@ D(const char *msg, ...) fflush(stdout); } -static void +__attribute__((unused)) static void E(const char *msg, ...) { va_list ap; |