Fix most of the warnings with -Wextra -Wshadow

This commit is contained in:
Hubert Figuiere 2009-07-19 18:42:18 -04:00
parent e2cde7d225
commit 340dc8a667
22 changed files with 154 additions and 147 deletions

View file

@ -48,6 +48,8 @@ static void _debug_log_default(const char *format, ...)
va_end(args);
}
#else
(void)format;
#endif//DEBUG
}