Fix a warning and an error
Happened because I compiled on windows and it only compiled windows-specific code.
This commit is contained in:
@@ -49,7 +49,7 @@ static void do_log(int log_level, const char *msg, va_list args)
|
||||
vprintf(msg, args);
|
||||
printf("\n");
|
||||
|
||||
UNUSED_PARAMETER(level);
|
||||
UNUSED_PARAMETER(log_level);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user