-Wwrite-strings: The Rest
[deliverable/binutils-gdb.git] / gdb / nto-tdep.c
index 04ad06c431a0e8c8e6c4286f06185be01d727b0d..8f8d1d5384621f6aa326497fcdd20f2efeb072c1 100644 (file)
@@ -190,7 +190,7 @@ nto_parse_redirection (char *pargv[], const char **pin, const char **pout,
                       const char **perr)
 {
   char **argv;
-  char *in, *out, *err, *p;
+  const char *in, *out, *err, *p;
   int argc, i, n;
 
   for (n = 0; pargv[n]; n++);
This page took 0.04035 seconds and 4 git commands to generate.