remove Wpacked and cleanup unused warning flags

This commit is contained in:
Daniel Agar
2016-05-19 00:19:09 -04:00
committed by Lorenz Meier
parent f58596bbcd
commit 2487dbfc92
26 changed files with 8 additions and 41 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ param_assert_locked(void)
static bool
handle_in_range(param_t param)
{
int count = get_param_info_count();
unsigned count = get_param_info_count();
return (count && param < count);
}