Fix another instance of macOS gcc complaining about nothing
This commit is contained in:
parent
91b61d2f8a
commit
0fe122d1b2
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue