opcodes: bfin: simplify field width processing and fix build warnings
[deliverable/binutils-gdb.git] / gdb / utils.c
index 1ebb935413448372ec7c67a660484d40421ce336..1096b3ad12eb18dc46cb3aa00eed65ca7423a739 100644 (file)
@@ -2589,7 +2589,7 @@ print_spaces_filtered (int n, struct ui_file *stream)
    demangling is off, the name is printed in its "raw" form.  */
 
 void
-fprintf_symbol_filtered (struct ui_file *stream, char *name,
+fprintf_symbol_filtered (struct ui_file *stream, const char *name,
                         enum language lang, int arg_mode)
 {
   char *demangled;
This page took 0.024638 seconds and 4 git commands to generate.