diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-09-23 11:13:56 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-09-23 11:13:56 +0200 |
commit | 78cc97405be83aaea6bf47102c2465233bbcd25f (patch) | |
tree | 5834a4dfef6a6493ad23b52cf75a5f004847ea61 /sal | |
parent | 73a346d3e94509e00932080bb9c3b385d26627d2 (diff) |
-Werror,-Wunused-variable (clang-cl)
Change-Id: I829e2d45ac9fabc8fe1a26bebd9e6ce8c2af29c7
Diffstat (limited to 'sal')
-rw-r--r-- | sal/qa/osl/security/osl_Security.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sal/qa/osl/security/osl_Security.cxx b/sal/qa/osl/security/osl_Security.cxx index 396959be6e8a..1ebdbeae31af 100644 --- a/sal/qa/osl/security/osl_Security.cxx +++ b/sal/qa/osl/security/osl_Security.cxx @@ -368,7 +368,6 @@ void MyTestPlugInImpl::initialize( CPPUNIT_NS::TestFactoryRegistry *, /// Get user home directory. HKEY hRegKey; sal_Char PathA[_MAX_PATH]; - ::rtl::OUString strHome; if (RegOpenKey(HKEY_CURRENT_USER, "Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders", &hRegKey) == ERROR_SUCCESS) { LONG lRet, lSize = sizeof(PathA); |