-Wwrite-strings: Constify warning_pre_print
[deliverable/binutils-gdb.git] / gdb / utils.c
index 39798cc47ede0c26d949c26e08b0f41373e49a69..6b8f2f7820aef481f1657e49dc82da4c62422eb0 100644 (file)
@@ -122,7 +122,7 @@ show_sevenbit_strings (struct ui_file *file, int from_tty,
 
 /* String to be printed before warning messages, if any.  */
 
-char *warning_pre_print = "\nwarning: ";
+const char *warning_pre_print = "\nwarning: ";
 
 int pagination_enabled = 1;
 static void
This page took 0.026335 seconds and 4 git commands to generate.