From df37085ef4fc85d7c09fcff9443d983f2e88f24c Mon Sep 17 00:00:00 2001 From: Patrick Lewis Date: Thu, 18 Nov 2021 22:41:13 -0800 Subject: [PATCH] chore(Commands): ignore new chat command functions (#27) Co-Authored-By: Kargatum --- src/Individual_XP.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Individual_XP.cpp b/src/Individual_XP.cpp index 09d9620..f2a5c7a 100644 --- a/src/Individual_XP.cpp +++ b/src/Individual_XP.cpp @@ -6,6 +6,12 @@ #include "Object.h" #include "DataMap.h" +#if AC_COMPILER == AC_COMPILER_GNU +#pragma GCC diagnostic ignored "-Wdeprecated-declarations" +#endif + +using namespace Acore::ChatCommands; + /* Coded by Talamortis - For Azerothcore Thanks to Rochet for the assistance