Kaydet (Commit) a737ae58 authored tarafından Tor Lillqvist's avatar Tor Lillqvist Kaydeden (comit) Tor Lillqvist

WaE: unreferenced local variable

Change-Id: If234ce4af0f988c135a90a98312e24e4d80ca92c
üst bcb69319
...@@ -71,8 +71,6 @@ extern "C" UINT __stdcall CompleteInstallPath( MSIHANDLE handle ) ...@@ -71,8 +71,6 @@ extern "C" UINT __stdcall CompleteInstallPath( MSIHANDLE handle )
// so that in an OOo 3.3 or later, the directory "program" or "share" are directly created // so that in an OOo 3.3 or later, the directory "program" or "share" are directly created
// below "c:\program files". // below "c:\program files".
TCHAR szValue[8192];
DWORD nValueSize = sizeof(szValue);
HKEY hKey; HKEY hKey;
// Reading property OFFICEDIRHOSTNAME_, that contains the part of the path behind // Reading property OFFICEDIRHOSTNAME_, that contains the part of the path behind
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment