mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
- Fix gdb2 and regexpl warnings under gcc 4.4.0
svn path=/trunk/; revision=42968
This commit is contained in:
@@ -93,6 +93,7 @@ CheckValueArgument:
|
||||
|
||||
CRegistryKey Key;
|
||||
TCHAR *pszValueNamePattern;
|
||||
const TCHAR *pszEmpty = _T("");
|
||||
const TCHAR *pszPath;
|
||||
|
||||
if (blnHelp)
|
||||
@@ -115,7 +116,7 @@ CheckValueArgument:
|
||||
}
|
||||
else
|
||||
{
|
||||
pszValueNamePattern = _T("");
|
||||
pszValueNamePattern = (TCHAR*)pszEmpty;
|
||||
pszPath = _T(".");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user