Fix a failure in the libiberty testsuite by increasing the recursion limit to 2048.
[deliverable/binutils-gdb.git] / gdb / stack.c
index abbaf5d4a7a1f5f8a2aaaab750ddfc0e146a5b36..f34d7b2a17e835fe4f2a598aa167cca3ca329fc9 100644 (file)
@@ -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, &regexp, &t_regexp))
This page took 0.023353 seconds and 4 git commands to generate.