diff --git a/src/cs_ah_bot.cpp b/src/cs_ah_bot.cpp index 078b351..469f7b5 100644 --- a/src/cs_ah_bot.cpp +++ b/src/cs_ah_bot.cpp @@ -27,6 +27,12 @@ EndScriptData */ #include "AuctionHouseBot.h" #include "Config.h" +#if AC_COMPILER == AC_COMPILER_GNU +#pragma GCC diagnostic ignored "-Wdeprecated-declarations" +#endif + +using namespace Acore::ChatCommands; + class ah_bot_commandscript : public CommandScript { public: