OSDN Git Service

(check_format_info): Change text of message about use of `0' with
[pf3gnuchains/gcc-fork.git] / gcc / c-common.c
index c74a1a8..3311b08 100644 (file)
@@ -1366,7 +1366,7 @@ check_format_info (info, params)
              || format_char == 'x' || format_char == 'x'))
        {
          sprintf (message,
-                  "precision and `0' flag not both allowed with `%c' format",
+                  "`0' flag ignored with precision specifier and `%c' format",
                   format_char);
          warning (message);
        }