Fix another instance of macOS gcc complaining about nothing

This commit is contained in:
Agent X 2024-07-10 12:21:54 -04:00
parent 91b61d2f8a
commit 0fe122d1b2
1 changed files with 1 additions and 0 deletions

View File

@ -2236,6 +2236,7 @@ void smlua_call_mod_menu_element_hook(struct LuaHookedModMenuElement* hooked, in
lua_pushstring(L, hooked->stringValue); lua_pushstring(L, hooked->stringValue);
break; break;
case MOD_MENU_ELEMENT_MAX: case MOD_MENU_ELEMENT_MAX:
break;
} }
// call the callback // call the callback