(PS3) Silence some warnings

This commit is contained in:
twinaphex 2015-07-09 08:28:08 +02:00
parent 425948c706
commit 7a4f6bcb2d
2 changed files with 3 additions and 0 deletions

View File

@ -742,6 +742,7 @@ static int rgui_environ(menu_environ_cb_t type, void *data)
switch (type)
{
case 0:
break;
default:
return -1;
}

View File

@ -316,6 +316,8 @@ static int rmenu_environ(menu_environ_cb_t type, void *data)
{
switch (type)
{
case 0:
break;
default:
return -1;
}