X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fsignalproxy.h;h=a8fe30dc674ed3f43764dc1d71256ad3ae7bb27d;hp=9f31f6f270551aacfeb6566e3f0000602c167f55;hb=64cf9f9b8a737dad5f29447805d4004cfd03c454;hpb=61bf66635f5b50100aabc6e8ad11d62a21e47589 diff --git a/src/common/signalproxy.h b/src/common/signalproxy.h index 9f31f6f2..a8fe30dc 100644 --- a/src/common/signalproxy.h +++ b/src/common/signalproxy.h @@ -125,7 +125,7 @@ private: void handle(Peer *peer, const Protocol::InitData &initData); template - void handle(Peer *peer, T) { Q_UNUSED(peer); Q_ASSERT(0); } + void handle(Peer *, T) { Q_ASSERT(0); } bool invokeSlot(QObject *receiver, int methodId, const QVariantList ¶ms, QVariant &returnValue); bool invokeSlot(QObject *receiver, int methodId, const QVariantList ¶ms = QVariantList());