cleaned clang compile warnings

This commit is contained in:
Steve Karg
2019-12-18 21:14:05 -06:00
parent efea4a1a59
commit 830ab2d788
14 changed files with 21 additions and 27 deletions
+1 -1
View File
@@ -56,6 +56,6 @@ void debug_printf(const char *format, ...)
#else
void debug_printf(const char *format, ...)
{
format = format;
(void)format;
}
#endif