Workaround build bug with GCC 6.2.1
[deliverable/binutils-gdb.git] / gdb / probe.c
index 1be8faad3539d2a8cf8f501dc397b9916845f4c9..e20bf31630a3d6d9c061c7de763e8ce400b9bd58 100644 (file)
@@ -367,7 +367,7 @@ gen_ui_out_table_header_info (const std::vector<bound_probe> &probes,
   std::vector<struct info_probe_column> headings
     = spops->gen_info_probes_table_header ();
 
-  for (const struct info_probe_column &column : headings)
+  for (const info_probe_column &column : headings)
     {
       size_t size_max = strlen (column.print_name);
 
@@ -410,7 +410,7 @@ print_ui_out_not_applicables (const static_probe_ops *spops)
    std::vector<struct info_probe_column> headings
      = spops->gen_info_probes_table_header ();
 
-  for (const struct info_probe_column &column : headings)
+  for (const info_probe_column &column : headings)
     current_uiout->field_string (column.field_name, _("n/a"));
 }
 
This page took 0.023319 seconds and 4 git commands to generate.