-Wwrite-strings: The Rest
[deliverable/binutils-gdb.git] / gdb / python / py-unwind.c
index b7821b5937306097d0d8871493e0f6f6b0afb4ef..a5c2873697944c1293fdd9f8265dde078378e6c2 100644 (file)
@@ -204,7 +204,7 @@ unwind_infopy_str (PyObject *self)
   stb.puts ("Frame ID: ");
   fprint_frame_id (&stb, unwind_info->frame_id);
   {
-    char *sep = "";
+    const char *sep = "";
     int i;
     struct value_print_options opts;
     saved_reg *reg;
This page took 0.032707 seconds and 4 git commands to generate.