diff options
author | bigbiff bigbiff <bigbiff@teamw.in> | 2019-06-06 01:55:11 +0200 |
---|---|---|
committer | bigbiff bigbiff <bigbiff@teamw.in> | 2019-06-06 02:00:54 +0200 |
commit | 3c897aec161813805fad4ae3ada7565226816c17 (patch) | |
tree | 4fae77c49972f194df9e6f205233455760b1090b /fb2png/log.h | |
parent | Fix symlink creation (diff) | |
download | android_bootable_recovery-3c897aec161813805fad4ae3ada7565226816c17.tar android_bootable_recovery-3c897aec161813805fad4ae3ada7565226816c17.tar.gz android_bootable_recovery-3c897aec161813805fad4ae3ada7565226816c17.tar.bz2 android_bootable_recovery-3c897aec161813805fad4ae3ada7565226816c17.tar.lz android_bootable_recovery-3c897aec161813805fad4ae3ada7565226816c17.tar.xz android_bootable_recovery-3c897aec161813805fad4ae3ada7565226816c17.tar.zst android_bootable_recovery-3c897aec161813805fad4ae3ada7565226816c17.zip |
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; |