diff options
Diffstat (limited to 'src/Log.cpp')
-rw-r--r-- | src/Log.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Log.cpp b/src/Log.cpp index c1f8cb0a..1e4901a1 100644 --- a/src/Log.cpp +++ b/src/Log.cpp @@ -37,6 +37,8 @@ Log::rt_error(const char* msg) #ifndef NDEBUG va_list args; vtprintf(_uris.log_Error, msg, args); +#else + (void)msg; #endif } |