summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-03-08 13:55:43 +0100
committerDavid Tardon <dtardon@redhat.com>2012-03-12 08:53:48 +0100
commit3eb65ae04ad57dd86e379f0baafe48c080d7ed22 (patch)
tree657f8a9cb2af667ff79b3e81b58fb9257ebcffe5 /shell
parent2009feb8ec40fb4ea2785ada8cd1cdd5c952b8bf (diff)
WaE: variable 'bRet' set but not used
Diffstat (limited to 'shell')
-rw-r--r--shell/source/backends/wininetbe/wininetbackend.cxx4
1 files changed, 2 insertions, 2 deletions
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,