OSDN Git Service

(check_format_info): Change text of message about use of `0' with
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Jun 1996 21:50:55 +0000 (21:50 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Jun 1996 21:50:55 +0000 (21:50 +0000)
precision.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12277 138bc75d-0d04-0410-961f-82ee72b054a4

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);
        }