mirror of
https://github.com/sstefani/mtrace.git
synced 2025-12-06 16:56: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
|
#else
|
||||||
static inline void _debug(int level, const char *file, const char *function, int line, const char *fmt, ...)
|
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
|
#endif
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user