diff options
Diffstat (limited to 'cpp/src/Ice/NetworkProxy.cpp')
-rw-r--r-- | cpp/src/Ice/NetworkProxy.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/NetworkProxy.cpp b/cpp/src/Ice/NetworkProxy.cpp index 4c974e04654..b7fc3db57db 100644 --- a/cpp/src/Ice/NetworkProxy.cpp +++ b/cpp/src/Ice/NetworkProxy.cpp @@ -303,6 +303,7 @@ IceInternal::createNetworkProxy(const Ice::PropertiesPtr& properties, ProtocolSu if(!proxyHost.empty()) { #ifdef ICE_OS_UWP + UNREFERENCED_PARAMETER(protocolSupport); throw Ice::InitializationException(__FILE__, __LINE__, "SOCKS proxy not supported with UWP"); #else if(protocolSupport == EnableIPv6) |