diff --git a/src/LuaEngine/methods/GuildMethods.h b/src/LuaEngine/methods/GuildMethods.h index b86f1ab2be..4172ea2dd8 100644 --- a/src/LuaEngine/methods/GuildMethods.h +++ b/src/LuaEngine/methods/GuildMethods.h @@ -382,7 +382,7 @@ namespace LuaGuild /** * Resets the number of item withdraw in all tab's for all [Guild] members. */ - int ResetTimes(lua_State* L, Guild* guild) + int ResetTimes(lua_State* /*L*/, Guild* guild) { guild->ResetTimes(); return 0;