[C++] Add casts to obstack_base calls
[deliverable/binutils-gdb.git] / gdb / break-catch-sig.c
index f117bd52350bd9a7d83b6d60449497ee24afd719..158ce036ac4186cbfb9255bff6c49042e4406c48 100644 (file)
@@ -279,7 +279,7 @@ signal_catchpoint_print_one (struct breakpoint *b,
          obstack_grow (&text, name, strlen (name));
         }
       obstack_grow (&text, "", 1);
-      ui_out_field_string (uiout, "what", obstack_base (&text));
+      ui_out_field_string (uiout, "what", (const char *) obstack_base (&text));
       do_cleanups (cleanup);
     }
   else
This page took 0.024496 seconds and 4 git commands to generate.