From 7a1e3767bbb7e635c0443dda09c6189ca83383c5 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Tue, 12 Oct 2010 14:40:39 +0000 Subject: suppress warning in release build for all the files --- examples/GuiClient/capabilitiesCache.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/GuiClient/capabilitiesCache.cpp') diff --git a/examples/GuiClient/capabilitiesCache.cpp b/examples/GuiClient/capabilitiesCache.cpp index 53e79a5f..0feda4f4 100644 --- a/examples/GuiClient/capabilitiesCache.cpp +++ b/examples/GuiClient/capabilitiesCache.cpp @@ -41,6 +41,7 @@ capabilitiesCache::capabilitiesCache(QXmppClient* client) : bool check = connect(ext, SIGNAL(infoReceived(const QXmppDiscoveryIq&)), SLOT(infoReceived(const QXmppDiscoveryIq&))); Q_ASSERT(check); + Q_UNUSED(check); } } -- cgit v1.2.3