mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 15:46:52 +00:00
- Fix gdb2 and regexpl warnings under gcc 4.4.0
svn path=/trunk/; revision=42968
This commit is contained in:
parent
a8d673a487
commit
a557cda82c
8 changed files with 16 additions and 12 deletions
|
@ -122,6 +122,7 @@ CheckValueArgument:
|
|||
|
||||
CRegistryKey Key;
|
||||
TCHAR *pchValueName;
|
||||
const TCHAR *pszEmpty = _T("");
|
||||
const TCHAR *pszPath;
|
||||
|
||||
if (blnHelp)
|
||||
|
@ -154,7 +155,7 @@ CheckValueArgument:
|
|||
}
|
||||
else
|
||||
{
|
||||
pchValueName = _T("");
|
||||
pchValueName = (TCHAR*)pszEmpty;
|
||||
pszPath = _T(".");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue