From 05a85b27383f539b2800a08f16d7988bc5433808 Mon Sep 17 00:00:00 2001 From: 55Honey <71938210+55Honey@users.noreply.github.com> Date: Sat, 1 Feb 2025 22:48:02 +0100 Subject: [PATCH] fix: comment unused parameter --- src/LuaEngine/methods/GuildMethods.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;