fix clang warnings

so that they don't annoy me
This commit is contained in:
notaz 2013-07-29 01:55:49 +03:00
parent 3e9da86efe
commit da77daa962
5 changed files with 6 additions and 5 deletions

View file

@ -1082,7 +1082,8 @@ int menu_loop_tray(void)
ret = 0; /* no CD inserted */
}
while (in_menu_wait_any(NULL, 50) & (PBTN_MENU|PBTN_MOK|PBTN_MBACK));
while (in_menu_wait_any(NULL, 50) & (PBTN_MENU|PBTN_MOK|PBTN_MBACK))
;
in_set_config_int(0, IN_CFG_BLOCKING, 0);
plat_video_menu_leave();