From 0fe122d1b2b1cc3da8a9e39a0f5b4b1f4a28cb72 Mon Sep 17 00:00:00 2001 From: Agent X <44549182+AgentXLP@users.noreply.github.com> Date: Wed, 10 Jul 2024 12:21:54 -0400 Subject: [PATCH] Fix another instance of macOS gcc complaining about nothing --- src/pc/lua/smlua_hooks.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pc/lua/smlua_hooks.c b/src/pc/lua/smlua_hooks.c index b314c4788..4d90aa925 100644 --- a/src/pc/lua/smlua_hooks.c +++ b/src/pc/lua/smlua_hooks.c @@ -2236,6 +2236,7 @@ void smlua_call_mod_menu_element_hook(struct LuaHookedModMenuElement* hooked, in lua_pushstring(L, hooked->stringValue); break; case MOD_MENU_ELEMENT_MAX: + break; } // call the callback