Remove warnings

This commit is contained in:
Andy Cedilnik 2003-03-09 18:16:46 -05:00
parent 56f55250a2
commit 729bc4cb6d
1 changed files with 2 additions and 2 deletions

View File

@ -796,7 +796,7 @@ void cmCursesMainForm::FillCacheManagerFromUI()
void cmCursesMainForm::HandleInput()
{
int x,y;
int x=0,y=0;
if (!m_Form)
{
@ -844,7 +844,7 @@ void cmCursesMainForm::HandleInput()
currentWidget = reinterpret_cast<cmCursesWidget*>(field_userptr(
currentField));
bool widgetHandled;
bool widgetHandled=false;
if ( m_SearchMode )
{