Fixed gcc compile warnings.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@82 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -5648,7 +5648,7 @@ RCODE F_XMLImport::processReference(
|
||||
|
||||
if( puChar)
|
||||
{
|
||||
FLMUINT uiVal;
|
||||
FLMUINT uiVal = 0;
|
||||
|
||||
unicodeToNumber( m_uChars, &uiVal, NULL);
|
||||
*puChar = (FLMUNICODE)uiVal;
|
||||
|
||||
Reference in New Issue
Block a user