Fixed all unused-parameters warnings
issue #121 used clang-tidy to achieve this
This commit is contained in:
parent
aa87ec685b
commit
2b2e299ccc
229 changed files with 643 additions and 643 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue