Silence some more MSVC warnings

This commit is contained in:
twinaphex 2015-06-28 19:16:08 +02:00
parent 48dcd63557
commit 4798975a85
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ const char *menu_hash_to_str_it(uint32_t hash)
{ {
switch (hash) switch (hash)
{ {
case 0:
default: default:
break; break;
} }
@ -34,6 +35,7 @@ int menu_hash_get_help_it(uint32_t hash, char *s, size_t len)
{ {
switch (hash) switch (hash)
{ {
case 0:
default: default:
return -1; return -1;
} }