Skip to content
Snippets Groups Projects
Commit 5cd922d1 authored by bunnei's avatar bunnei
Browse files

log: updated GenericLog __attribute__ for newly added parameter

parent 2f55c9e5
No related branches found
No related tags found
No related merge requests found
...@@ -89,7 +89,7 @@ enum LOG_LEVELS { ...@@ -89,7 +89,7 @@ enum LOG_LEVELS {
void GenericLog(LOGTYPES_LEVELS level, LOGTYPES_TYPE type, const char*file, int line, void GenericLog(LOGTYPES_LEVELS level, LOGTYPES_TYPE type, const char*file, int line,
const char* function, const char* fmt, ...) const char* function, const char* fmt, ...)
#ifdef __GNUC__ #ifdef __GNUC__
__attribute__((format(printf, 5, 6))) __attribute__((format(printf, 6, 7)))
#endif #endif
; ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment