diff options
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/log.h b/src/common/log.h index 2543b51a8..3518d4e1d 100644 --- a/src/common/log.h +++ b/src/common/log.h | |||
| @@ -89,7 +89,7 @@ enum LOG_LEVELS { | |||
| 89 | void GenericLog(LOGTYPES_LEVELS level, LOGTYPES_TYPE type, const char*file, int line, | 89 | void GenericLog(LOGTYPES_LEVELS level, LOGTYPES_TYPE type, const char*file, int line, |
| 90 | const char* function, const char* fmt, ...) | 90 | const char* function, const char* fmt, ...) |
| 91 | #ifdef __GNUC__ | 91 | #ifdef __GNUC__ |
| 92 | __attribute__((format(printf, 5, 6))) | 92 | __attribute__((format(printf, 6, 7))) |
| 93 | #endif | 93 | #endif |
| 94 | ; | 94 | ; |
| 95 | 95 | ||