summaryrefslogtreecommitdiffstats
path: root/CmdFunctionRef.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'CmdFunctionRef.hpp')
-rw-r--r--CmdFunctionRef.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CmdFunctionRef.hpp b/CmdFunctionRef.hpp
index 9c77348..f862823 100644
--- a/CmdFunctionRef.hpp
+++ b/CmdFunctionRef.hpp
@@ -7,7 +7,7 @@
class CRSM;
#define CMD_FUNCTION(name) void name(const QString& cmd, const QString& args, const ClientInfo& client, UserType userType)
-#define CMD_FUNCTION_IMPL(name) void CRSM::name(const QString& cmd, const QString& args, const ClientInfo& client, UserType userType)
+#define CMD_FUNCTION_IMPL(name) void CRSM::name(const QString& cmd, const QString& args, const ClientInfo& client, UserType userType) { (void)cmd; (void)args; (void)client; (void)userType;
enum UserType {
User = 0,