Silence some more MSVC warnings

This commit is contained in:
twinaphex 2015-06-28 19:16:08 +02:00
parent 48dcd63557
commit 4798975a85

View File

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