From 5f15f188591abf83747ecf230c61af75964d6292 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 12 Aug 2014 17:21:53 +0200 Subject: warning C4189: local variable is initialized but not referenced Change-Id: Ic8a76a9ab73a3466fe155e2ca8eecedeb6e810c9 --- cli_ure/source/native/native_bootstrap.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli_ure') diff --git a/cli_ure/source/native/native_bootstrap.cxx b/cli_ure/source/native/native_bootstrap.cxx index 8be72287fd9d..e1acda3b4bfd 100644 --- a/cli_ure/source/native/native_bootstrap.cxx +++ b/cli_ure/source/native/native_bootstrap.cxx @@ -236,7 +236,7 @@ void extendPath(LPCWSTR szUreBinPath) lstrcat(sNewPath, L";"); lstrcat(sNewPath, sEnvPath); } - BOOL bSet = SetEnvironmentVariable(L"PATH", sNewPath); + SetEnvironmentVariable(L"PATH", sNewPath); delete[] sEnvPath; delete[] sNewPath; -- cgit v1.2.3