Cleanup: fix mismatch in printf formating (int/unsigned int).

Noisy and annoying with new gcc5...
This commit is contained in:
2015-06-19 12:29:06 +02:00
parent 52e95ad3d3
commit 1cf1f48893
14 changed files with 27 additions and 26 deletions

View File

@@ -9002,7 +9002,7 @@ static int ui_handle_menu_event(
ui_handle_button_activate(C, ar, but, BUTTON_ACTIVATE);
}
else {
printf("%s: error, but->menu_key type: %d\n", __func__, but->type);
printf("%s: error, but->menu_key type: %u\n", __func__, but->type);
}
break;