From 3eb65ae04ad57dd86e379f0baafe48c080d7ed22 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Thu, 8 Mar 2012 13:55:43 +0100 Subject: WaE: variable 'bRet' set but not used --- shell/source/backends/wininetbe/wininetbackend.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell') diff --git a/shell/source/backends/wininetbe/wininetbackend.cxx b/shell/source/backends/wininetbe/wininetbackend.cxx index 20d35c787b00..fb14831dfdf0 100644 --- a/shell/source/backends/wininetbe/wininetbackend.cxx +++ b/shell/source/backends/wininetbe/wininetbackend.cxx @@ -127,7 +127,7 @@ WinInetBackend::WinInetBackend() // query for the neccessary space DWORD dwLength = 0; - BOOL bRet = lpfnInternetQueryOption( + lpfnInternetQueryOption( NULL, INTERNET_OPTION_PROXY, (LPVOID)lpi, @@ -144,7 +144,7 @@ WinInetBackend::WinInetBackend() lpi = reinterpret_cast< LPINTERNET_PROXY_INFO >( alloca( dwLength ) ); - bRet = lpfnInternetQueryOption( + lpfnInternetQueryOption( NULL, INTERNET_OPTION_PROXY, (LPVOID)lpi, -- cgit