From e5ee0060c6e97e535a58ab86189e36bfa9414b0c Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 11 Jun 1996 17:50:55 -0400 Subject: (check_format_info): Change text of message about use of `0' with precision. From-SVN: r12277 --- gcc/c-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/c-common.c b/gcc/c-common.c index c74a1a8..3311b08 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); } -- cgit v1.1