azerothcore / mod-eluna

Eluna Lua Engine © for WoW Emulators
https://elunaluaengine.github.io/
GNU General Public License v3.0
96 stars 126 forks source link

warning when compiling the module #168

Open Tony931023 opened 6 months ago

Tony931023 commented 6 months ago

In file included from /mnt/hdd/am-core/modules/mod-eluna/src/LuaEngine/LuaFunctions.cpp:20: /mnt/hdd/am-core/modules/mod-eluna/src/LuaEngine/GlobalMethods.h:2126:17: warning: variable 'mode' set but not used [-Wunused-but-set-variable] BanMode mode = BanMode::BAN_ACCOUNT;