-Wwrite-strings: The Rest
[deliverable/binutils-gdb.git] / gdb / common / print-utils.c
index a0fb54139ac10e12726dddff6cabdc686facc7da..52ecaf1b2e56452b7bb38fcb058d74e8f78d0ef4 100644 (file)
@@ -38,7 +38,7 @@ get_print_cell (void)
 }
 
 static char *
-decimal2str (char *sign, ULONGEST addr, int width)
+decimal2str (const char *sign, ULONGEST addr, int width)
 {
   /* Steal code from valprint.c:print_decimal().  Should this worry
      about the real size of addr as the above does?  */
This page took 0.032081 seconds and 4 git commands to generate.