From 5bc01cc38ae1851a5a188a85d0400ea016409254 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Mon, 16 Nov 2015 09:04:48 +0000 Subject: [PATCH] Eliminate compiler warning git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6103 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- MessageClient.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MessageClient.cpp b/MessageClient.cpp index a84c721ef..f0592684e 100644 --- a/MessageClient.cpp +++ b/MessageClient.cpp @@ -278,6 +278,8 @@ MessageClient::MessageClient (QString const& id, QString const& server, port_typ if (e != impl::NetworkError) // take this out when Qt 5.5 // stops doing this // spuriously +#else + Q_UNUSED (e); #endif { Q_EMIT error (m_->errorString ());