aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppStun.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-07-16 09:29:52 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-07-16 09:29:52 +0000
commit61795d98e536139e36e13babe3343c096a94dd73 (patch)
tree16ff0d2c8461c5c2593b496b5495bff77a61f3a0 /source/QXmppStun.cpp
parentd6da2b97d85a304512aeb1580bdd2d058770e1d2 (diff)
downloadqxmpp-61795d98e536139e36e13babe3343c096a94dd73.tar.gz
fix warnings
Diffstat (limited to 'source/QXmppStun.cpp')
-rw-r--r--source/QXmppStun.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/QXmppStun.cpp b/source/QXmppStun.cpp
index dc6603d1..1c69c30d 100644
--- a/source/QXmppStun.cpp
+++ b/source/QXmppStun.cpp
@@ -505,6 +505,11 @@ void QXmppStunSocket::dumpMessage(const QXmppStunMessage &message, bool sent, co
qDebug() << " * error " << message.errorCode << message.errorPhrase;
if (message.mappedPort)
qDebug() << " * mapped " << message.mappedHost.toString() << message.mappedPort;
+#else
+ Q_UNUSED(message);
+ Q_UNUSED(sent);
+ Q_UNUSED(host);
+ Q_UNUSED(port);
#endif
}