mirror of
https://github.com/sstefani/mtrace.git
synced 2025-12-06 08:46:41 +08:00
fix non debug build
This commit is contained in:
parent
495a9d535d
commit
98a3c4a942
5
debug.h
5
debug.h
@ -40,6 +40,11 @@ void _debug(int level, const char *file, const char *function, int line, const c
|
||||
#else
|
||||
static inline void _debug(int level, const char *file, const char *function, int line, const char *fmt, ...)
|
||||
{
|
||||
(void)level;
|
||||
(void)file;
|
||||
(void)function;
|
||||
(void)line;
|
||||
(void)fmt;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user