Updated soruces in binutils/* to compile cleanly with -Wc++-compat.
[deliverable/binutils-gdb.git] / binutils / strings.c
index 06fd8e995b72d1f772129b9d3ec8f2d1d79ab70f..dc2d8f242199914dc9e54070c29bb365aa7d5b5e 100644 (file)
@@ -362,7 +362,7 @@ strings_a_section (bfd *abfd, asection *sect, void *arg)
       got_a_section = TRUE;
 
       print_strings (filename_and_sizep->filename, NULL, sect->filepos,
-                    0, sectsize, mem);
+                    0, sectsize, (char *) mem);
     }
 
   free (mem);
This page took 0.022933 seconds and 4 git commands to generate.