Keep GCC from complaining about 'List' may be used uninitialized in this function.
This commit is contained in:
@@ -1388,7 +1388,7 @@ static void DoList (void)
|
|||||||
/* Enable/disable the listing */
|
/* Enable/disable the listing */
|
||||||
{
|
{
|
||||||
/* Get the setting */
|
/* Get the setting */
|
||||||
unsigned char List;
|
unsigned char List = 0;
|
||||||
SetBoolOption (&List);
|
SetBoolOption (&List);
|
||||||
|
|
||||||
/* Manage the counter */
|
/* Manage the counter */
|
||||||
|
|||||||
Reference in New Issue
Block a user