diff options
Diffstat (limited to 'primedev/server/auth')
-rw-r--r-- | primedev/server/auth/bansystem.cpp | 1 | ||||
-rw-r--r-- | primedev/server/auth/serverauthentication.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/primedev/server/auth/bansystem.cpp b/primedev/server/auth/bansystem.cpp index 59bb6067..20c07844 100644 --- a/primedev/server/auth/bansystem.cpp +++ b/primedev/server/auth/bansystem.cpp @@ -213,6 +213,7 @@ void ConCommand_unban(const CCommand& args) void ConCommand_clearbanlist(const CCommand& args) { + NOTE_UNUSED(args); g_pBanSystem->ClearBanlist(); } diff --git a/primedev/server/auth/serverauthentication.cpp b/primedev/server/auth/serverauthentication.cpp index 7d656820..d0d4c698 100644 --- a/primedev/server/auth/serverauthentication.cpp +++ b/primedev/server/auth/serverauthentication.cpp @@ -333,6 +333,7 @@ void,, (CBaseClient* self, uint32_t unknownButAlways1, const char* pReason, ...) void ConCommand_ns_resetpersistence(const CCommand& args) { + NOTE_UNUSED(args); if (*g_pServerState == server_state_t::ss_active) { spdlog::error("ns_resetpersistence must be entered from the main menu"); |