Fixed gcc compile warnings.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@81 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-02-08 19:37:09 +00:00
parent 715e949e02
commit 7c0660b4ce

View File

@@ -291,7 +291,7 @@ RCODE FSDataCursor::unionRange(
while( pSrcSet || pInputSet)
{
FLMBOOL bFromKeyLessThan;
FLMBOOL bUntilKeyGreaterThan;
FLMBOOL bUntilKeyGreaterThan = FALSE;
pPrevDestSet = pCurDestSet;
if( RC_BAD( rc = f_calloc( sizeof( RECSET), &pCurDestSet)))