(PS3) Silence some warnings
This commit is contained in:
parent
425948c706
commit
7a4f6bcb2d
|
@ -742,6 +742,7 @@ static int rgui_environ(menu_environ_cb_t type, void *data)
|
||||||
switch (type)
|
switch (type)
|
||||||
{
|
{
|
||||||
case 0:
|
case 0:
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
|
@ -316,6 +316,8 @@ static int rmenu_environ(menu_environ_cb_t type, void *data)
|
||||||
{
|
{
|
||||||
switch (type)
|
switch (type)
|
||||||
{
|
{
|
||||||
|
case 0:
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue