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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user