mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 09:58:19 -07:00
Fix compilation of nv_log_verbose_only
This commit is contained in:
@@ -78,6 +78,8 @@ void nv_log(const char *fmt, ...)
|
||||
void nv_log_verbose_only(const char *fmt, ...)
|
||||
{
|
||||
#ifdef ENABLE_NV_LOG_ULTRA
|
||||
va_list arg;
|
||||
|
||||
if (!nv_do_log)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user