mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 19:40:05 +00:00
log: updated GenericLog __attribute__ for newly added parameter
This commit is contained in:
parent
f299e29c17
commit
c965dbe69b
@ -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…
Reference in New Issue
Block a user