Browse Source

log: updated GenericLog __attribute__ for newly added parameter

pull/15/merge
bunnei 12 years ago
parent
commit
5cd922d151
  1. 2
      src/common/log.h

2
src/common/log.h

@ -89,7 +89,7 @@ enum LOG_LEVELS {
void GenericLog(LOGTYPES_LEVELS level, LOGTYPES_TYPE type, const char*file, int line,
const char* function, const char* fmt, ...)
#ifdef __GNUC__
__attribute__((format(printf, 5, 6)))
__attribute__((format(printf, 6, 7)))
#endif
;

Loading…
Cancel
Save