Added configure.ac and Makefile.am files to directory structure, added local variable initialization to several source files for -O3 optimization for GCC
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@91 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -360,7 +360,7 @@ RCODE F_DbSystem::openDatabase(
|
||||
}
|
||||
else
|
||||
{
|
||||
FLMBOOL bWaited;
|
||||
FLMBOOL bWaited = FALSE;
|
||||
flmAssert( !pLockFileHdl);
|
||||
|
||||
if (RC_BAD( rc = pDatabase->verifyOkToUse( &bWaited)))
|
||||
|
||||
Reference in New Issue
Block a user