mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 11:18:25 +00:00
Silence MSVC warnings
This commit is contained in:
parent
6aa6e8c1d9
commit
f31c1733d9
@ -23,6 +23,7 @@ const char *menu_hash_to_str_eo(uint32_t hash)
|
||||
{
|
||||
switch (hash)
|
||||
{
|
||||
case 0:
|
||||
default:
|
||||
break;
|
||||
}
|
||||
@ -34,6 +35,7 @@ int menu_hash_get_help_eo(uint32_t hash, char *s, size_t len)
|
||||
{
|
||||
switch (hash)
|
||||
{
|
||||
case 0:
|
||||
default:
|
||||
return -1;
|
||||
}
|
||||
|
@ -23,6 +23,7 @@ const char *menu_hash_to_str_es(uint32_t hash)
|
||||
{
|
||||
switch (hash)
|
||||
{
|
||||
case 0:
|
||||
default:
|
||||
break;
|
||||
}
|
||||
@ -34,6 +35,7 @@ int menu_hash_get_help_es(uint32_t hash, char *s, size_t len)
|
||||
{
|
||||
switch (hash)
|
||||
{
|
||||
case 0:
|
||||
default:
|
||||
return -1;
|
||||
}
|
||||
|
@ -848,6 +848,7 @@ int menu_hash_get_help_fr(uint32_t hash, char *s, size_t len)
|
||||
|
||||
switch (hash)
|
||||
{
|
||||
case 0:
|
||||
default:
|
||||
return -1;
|
||||
}
|
||||
|
@ -850,6 +850,7 @@ int menu_hash_get_help_nl(uint32_t hash, char *s, size_t len)
|
||||
{
|
||||
switch (hash)
|
||||
{
|
||||
case 0:
|
||||
default:
|
||||
strlcpy(s, "Geen informatie beschikbaar.", len);
|
||||
return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user