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:
jcalcote
2006-02-09 17:43:22 +00:00
parent 449cb775a6
commit f4da35e577
27 changed files with 1294 additions and 11 deletions

View File

@@ -2775,7 +2775,7 @@ FTXRCODE FTXLineEdit(
FLMBOOL bInsert;
FLMBOOL bRefresh;
FLMBOOL bGotChar = FALSE;
FLMBOOL bSaveScroll;
FLMBOOL bSaveScroll = FALSE;
FTXRCODE rc = FTXRC_SUCCESS;
@@ -6411,7 +6411,7 @@ void WpsThrdInitUsingScreen(
char * pszScreenTitle
)
{
FLMUINT uiRows;
FLMUINT uiRows = 0;
FLMUINT uiThrdId;
WPSSCREEN * pCurScreen = NULL;