From: Richard Kenner Date: Tue, 11 Jun 1996 21:50:55 +0000 (-0400) Subject: (check_format_info): Change text of message about use of `0' with X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e5ee0060c6e97e535a58ab86189e36bfa9414b0c;p=gcc.git (check_format_info): Change text of message about use of `0' with precision. From-SVN: r12277 --- diff --git a/gcc/c-common.c b/gcc/c-common.c index c74a1a80d9a..3311b08e331 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -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); }