mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-13 04:30:07 +00:00
vars used without being init cleanup
This commit is contained in:
parent
d4675db431
commit
9ab7114703
@ -1480,7 +1480,7 @@ Update_t CmdBreakInvalid (int nArgs) // Breakpoint IFF Full-speed!
|
|||||||
goto _Help;
|
goto _Help;
|
||||||
|
|
||||||
int iType = 0; // default to BRK
|
int iType = 0; // default to BRK
|
||||||
int nActive;
|
int nActive = 0;
|
||||||
|
|
||||||
// if (nArgs == 2)
|
// if (nArgs == 2)
|
||||||
iType = g_aArgs[ 1 ].nValue;
|
iType = g_aArgs[ 1 ].nValue;
|
||||||
@ -2801,7 +2801,7 @@ bool DebuggerSetColor( const int iScheme, const int iColor, const COLORREF nColo
|
|||||||
//===========================================================================
|
//===========================================================================
|
||||||
Update_t CmdConfigColorMono (int nArgs)
|
Update_t CmdConfigColorMono (int nArgs)
|
||||||
{
|
{
|
||||||
int iScheme;
|
int iScheme = 0;
|
||||||
|
|
||||||
if (g_iCommand == CMD_CONFIG_COLOR)
|
if (g_iCommand == CMD_CONFIG_COLOR)
|
||||||
iScheme = SCHEME_COLOR;
|
iScheme = SCHEME_COLOR;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user