Skip to content

Commit dee3a1a

Browse files
authored
fix: comment unused parameter (#250)
1 parent 0fda6f8 commit dee3a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LuaEngine/methods/GuildMethods.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ namespace LuaGuild
382382
/**
383383
* Resets the number of item withdraw in all tab's for all [Guild] members.
384384
*/
385-
int ResetTimes(lua_State* L, Guild* guild)
385+
int ResetTimes(lua_State* /*L*/, Guild* guild)
386386
{
387387
guild->ResetTimes();
388388
return 0;

0 commit comments

Comments
 (0)