mirror of
https://github.com/reactos/reactos.git
synced 2026-07-07 14:09:38 +08:00
- Fix gdb2 and regexpl warnings under gcc 4.4.0
svn path=/trunk/; revision=42968
This commit is contained in:
@@ -209,6 +209,7 @@ CheckValueArgument:
|
||||
|
||||
CRegistryKey Key;
|
||||
TCHAR *pszValueName;
|
||||
const TCHAR *pszEmpty = _T("");
|
||||
const TCHAR *pszPath;
|
||||
|
||||
if (blnHelp)
|
||||
@@ -241,7 +242,7 @@ CheckValueArgument:
|
||||
}
|
||||
else
|
||||
{
|
||||
pszValueName = _T("");
|
||||
pszValueName = (TCHAR*)pszEmpty;
|
||||
pszPath = _T(".");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user