From 2b2e299cccfa5b1294b53d8d6756a31d4216d237 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Mon, 18 Sep 2017 14:23:26 +0200 Subject: Fixed all unused-parameters warnings issue #121 used clang-tidy to achieve this --- src/scripts/Commands/cs_misc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scripts/Commands/cs_misc.cpp') diff --git a/src/scripts/Commands/cs_misc.cpp b/src/scripts/Commands/cs_misc.cpp index a1f36e64ff..4bf648e95f 100644 --- a/src/scripts/Commands/cs_misc.cpp +++ b/src/scripts/Commands/cs_misc.cpp @@ -1092,7 +1092,7 @@ public: return true; } - static bool HandleSaveCommand(ChatHandler* handler, char const* /*args*/) + static bool HandleSaveCommand(ChatHandler* /*handler*/, char const* /*args*/) { // pussywizard: fully disabled on 28.12.2011, but disabled it "silently" return true; -- cgit v1.2.3