Remove warning (unused param) in IrcServerHandler
[quassel.git] / src / core / ircserverhandler.cpp
index 9bdb3c6..20a659a 100644 (file)
@@ -763,6 +763,7 @@ void IrcServerHandler::handle324(const QString &prefix, const QList<QByteArray>
 /* RPL_??? - "<channel> <creation time (unix)>" */
 void IrcServerHandler::handle329(const QString &prefix, const QList<QByteArray> &params) {
   Q_UNUSED(prefix);
+  Q_UNUSED(params);
   // FIXME implement this... 
 }