From cf0e6d25c260adc1207649fbb5f9d04d01324511 Mon Sep 17 00:00:00 2001 From: ahodgkinson Date: Wed, 8 Feb 2006 19:39:31 +0000 Subject: [PATCH] Fixed gcc compile warnings. git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@82 0109f412-320b-0410-ab79-c3e0c5ffbbe6 --- flaim/src/fxml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flaim/src/fxml.cpp b/flaim/src/fxml.cpp index df48771..a419ebe 100644 --- a/flaim/src/fxml.cpp +++ b/flaim/src/fxml.cpp @@ -5648,7 +5648,7 @@ RCODE F_XMLImport::processReference( if( puChar) { - FLMUINT uiVal; + FLMUINT uiVal = 0; unicodeToNumber( m_uChars, &uiVal, NULL); *puChar = (FLMUNICODE)uiVal;