summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-10-31 01:48:16 +0300
committerAndrei Karas <akaras@inbox.ru>2011-10-31 01:48:16 +0300
commitaaf4a7624da832f05157fc202b83e726f4c1522a (patch)
tree9535d0c22739d190c702761d914c82ccfaf53048
parent3d70a4744e2294fbcfaedb9a63578ed93fa9d7c5 (diff)
downloadplus-aaf4a7624da832f05157fc202b83e726f4c1522a.tar.gz
plus-aaf4a7624da832f05157fc202b83e726f4c1522a.tar.bz2
plus-aaf4a7624da832f05157fc202b83e726f4c1522a.tar.xz
plus-aaf4a7624da832f05157fc202b83e726f4c1522a.zip
Fix compilation warnings.
-rw-r--r--src/commandhandler.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/commandhandler.cpp b/src/commandhandler.cpp
index f90fd364f..3baebb9f0 100644
--- a/src/commandhandler.cpp
+++ b/src/commandhandler.cpp
@@ -1042,19 +1042,20 @@ void CommandHandler::handleCacheInfo(const std::string &args A_UNUSED,
#endif
}
-void CommandHandler::handleServerIgnoreAll(const std::string &args,
+void CommandHandler::handleServerIgnoreAll(const std::string &args A_UNUSED,
ChatTab *tab A_UNUSED)
{
Net::getChatHandler()->ignoreAll();
}
-void CommandHandler::handleServerUnIgnoreAll(const std::string &args,
+void CommandHandler::handleServerUnIgnoreAll(const std::string &args A_UNUSED,
ChatTab *tab A_UNUSED)
{
Net::getChatHandler()->unIgnoreAll();
}
-void CommandHandler::handleDumpGraphics(const std::string &args, ChatTab *tab)
+void CommandHandler::handleDumpGraphics(const std::string &args A_UNUSED,
+ ChatTab *tab)
{
std::string str;
str = strprintf ("%s,%s,%dX%dX%d,", PACKAGE_OS, SMALL_VERSION,