Initialized variables to silence compiler warning.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@228 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -777,7 +777,7 @@ FSTATIC RCODE flmCurGetAtomFromRec(
|
||||
RCODE rc = FERR_OK;
|
||||
FQATOM * pTmpResult = NULL;
|
||||
void * pvField;
|
||||
void * pvLastLevelOneField;
|
||||
void * pvLastLevelOneField = NULL;
|
||||
FLMUINT * puiFldPath;
|
||||
FLMUINT uiCurrFieldPath[ GED_MAXLVLNUM + 1];
|
||||
FLMUINT uiFieldLevel;
|
||||
@@ -790,7 +790,7 @@ FSTATIC RCODE flmCurGetAtomFromRec(
|
||||
FLMBOOL bPathFromRoot;
|
||||
FLMBOOL bUseFieldIdLookupTable;
|
||||
FLMUINT * puiPToCPath;
|
||||
FLMUINT uiHighestLevel;
|
||||
FLMUINT uiHighestLevel = 0;
|
||||
FLMUINT uiLevelOneFieldId;
|
||||
|
||||
pResult->eType = NO_TYPE;
|
||||
|
||||
Reference in New Issue
Block a user