]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/intl/localealias.c
c-common.h: Prototype min_precision and c_build_qualified_type here...
[thirdparty/gcc.git] / gcc / intl / localealias.c
index 7c2f6ccb4ce32e4466b011048ed705a2e169d175..513cdc78e39c3de38f1c180f32dc1bfb83f4d4c1 100644 (file)
@@ -257,7 +257,7 @@ read_alias_file (fname, fname_len)
 
       /* Possibly not the whole line fits into the buffer.  Ignore
         the rest of the line.  */
-      if (strchr (buf, '\n') == NULL)
+      if (strchr ((char *)buf, '\n') == NULL)
        {
          char altbuf[BUFSIZ];
          do