tst_qnetworkproxyfactory: Fix warnings about unused variables.

Change-Id: I6fa08353ebea5cdd7fc7a0c982bf1b9d34bbc077
Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
bb10
Friedemann Kleint 2013-06-07 14:02:19 +02:00 committed by The Qt Project
parent 24c52bd44b
commit a1c8c581ce
1 changed files with 5 additions and 0 deletions

View File

@ -389,6 +389,11 @@ void tst_QNetworkProxyFactory::genericSystemProxy()
QCOMPARE(systemProxy.first().port(), static_cast<quint16>(port));
qunsetenv(envVar);
#else
Q_UNUSED(envVar)
Q_UNUSED(url)
Q_UNUSED(proxyType)
Q_UNUSED(hostName)
Q_UNUSED(port)
QSKIP("Generic system proxy not available on this platform.");
#endif
}