forked from Imagelibrary/binutils-gdb
QUIET flag initialization missing in 2 places.
Fix by Matthew Malcomson <matthew.malcomson@arm.com> Pushed as obvious.
This commit is contained in:
@@ -4760,7 +4760,7 @@ info_functions_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))
|
||||
|
||||
Reference in New Issue
Block a user