Kaydet (Commit) c7b0ec89 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

warning C4189: local variable is initialized but not referenced

Change-Id: Ib1f69c0a37452f980b115a52666c85fb1e26ff74
üst 1e0237b3
......@@ -219,7 +219,6 @@ static void registerForExtension( MSIHANDLE handle, const int nIndex, bool bRegi
static void saveOldRegistration( LPCSTR lpSubKey )
{
BOOL bRet = false;
HKEY hKey = NULL;
LONG lResult = RegOpenKeyExA( HKEY_CLASSES_ROOT, lpSubKey, 0,
KEY_QUERY_VALUE|KEY_SET_VALUE, &hKey );
......@@ -498,7 +497,6 @@ extern "C" UINT __stdcall FindRegisteredExtensions( MSIHANDLE handle )
static void restoreOldRegistration( LPCSTR lpSubKey )
{
BOOL bRet = false;
HKEY hKey = NULL;
LONG lResult = RegOpenKeyExA( HKEY_CLASSES_ROOT, lpSubKey, 0,
KEY_QUERY_VALUE|KEY_SET_VALUE, &hKey );
......
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