QUIET flag initialization missing in 2 places.
Fix by Matthew Malcomson <matthew.malcomson@arm.com> Pushed as obvious.
This commit is contained in:
parent
396ce99883
commit
d54cfd762b
3 changed files with 7 additions and 2 deletions
|
@ -2303,7 +2303,7 @@ info_args_command (const char *args, int from_tty)
|
|||
{
|
||||
std::string regexp;
|
||||
std::string t_regexp;
|
||||
bool quiet;
|
||||
bool quiet = false;
|
||||
|
||||
while (args != NULL
|
||||
&& extract_info_print_args (&args, &quiet, ®exp, &t_regexp))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue