Keep GCC from complaining about 'List' may be used uninitialized in this function.
This commit is contained in:
parent
298dda0e71
commit
f151142e6a
1 changed files with 1 additions and 1 deletions
|
@ -1388,7 +1388,7 @@ static void DoList (void)
|
|||
/* Enable/disable the listing */
|
||||
{
|
||||
/* Get the setting */
|
||||
unsigned char List;
|
||||
unsigned char List = 0;
|
||||
SetBoolOption (&List);
|
||||
|
||||
/* Manage the counter */
|
||||
|
|
Loading…
Add table
Reference in a new issue