summaryrefslogtreecommitdiff
path: root/src/commandhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commandhandler.cpp')
-rw-r--r--src/commandhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commandhandler.cpp b/src/commandhandler.cpp
index b1bf3b756..51d1bdf78 100644
--- a/src/commandhandler.cpp
+++ b/src/commandhandler.cpp
@@ -1101,7 +1101,7 @@ void CommandHandler::handleWait(const std::string &args,
player_node->waitFor(args);
}
-void CommandHandler::handleUptime(const std::string &args,
+void CommandHandler::handleUptime(const std::string &args _UNUSED_,
ChatTab *tab _UNUSED_)
{
if (!debugChatTab)