WaE: gcc 4.6.0 various warnings
This commit is contained in:
@@ -595,7 +595,6 @@ void HelpParser::ProcessHelp( LangHashMap* aLangHM , const ByteString& sCur , Re
|
|||||||
XMLElement* pXMLElement = NULL;
|
XMLElement* pXMLElement = NULL;
|
||||||
PFormEntrys *pEntrys = NULL;
|
PFormEntrys *pEntrys = NULL;
|
||||||
XMLData *data = NULL;
|
XMLData *data = NULL;
|
||||||
XMLParentNode *parent = NULL;
|
|
||||||
|
|
||||||
String sNewdata;
|
String sNewdata;
|
||||||
ByteString sLId;
|
ByteString sLId;
|
||||||
@@ -615,7 +614,6 @@ void HelpParser::ProcessHelp( LangHashMap* aLangHM , const ByteString& sCur , Re
|
|||||||
}
|
}
|
||||||
if( pXMLElement != NULL )
|
if( pXMLElement != NULL )
|
||||||
{
|
{
|
||||||
parent = pXMLElement->GetParent();
|
|
||||||
sLId = pXMLElement->GetOldref();
|
sLId = pXMLElement->GetOldref();
|
||||||
pResData->sId = sLId;
|
pResData->sId = sLId;
|
||||||
|
|
||||||
|
@@ -402,7 +402,6 @@ void MergeDataFile::InsertEntry(
|
|||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
{
|
{
|
||||||
MergeData *pData;
|
MergeData *pData;
|
||||||
BOOL bFound = FALSE;
|
|
||||||
|
|
||||||
// uniquify the filename to save memory.
|
// uniquify the filename to save memory.
|
||||||
ByteStringHashMap::const_iterator fit = aFilenames.find (rInFilename);
|
ByteStringHashMap::const_iterator fit = aFilenames.find (rInFilename);
|
||||||
@@ -425,7 +424,6 @@ void MergeDataFile::InsertEntry(
|
|||||||
aMap.insert( MergeDataHashMap::value_type( sKey, pData ) );
|
aMap.insert( MergeDataHashMap::value_type( sKey, pData ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
bFound = FALSE;
|
|
||||||
PFormEntrys *pFEntrys = 0;
|
PFormEntrys *pFEntrys = 0;
|
||||||
|
|
||||||
// search for PFormEntrys
|
// search for PFormEntrys
|
||||||
|
Reference in New Issue
Block a user