mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Eliminate compiler warning
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6103 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
4b07fa7cb1
commit
5bc01cc38a
@ -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 ());
|
||||
|
Loading…
Reference in New Issue
Block a user