mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-18 18:24:47 +08:00
(check_format_info): Change text of message about use of `0' with
precision. From-SVN: r12277
This commit is contained in:
parent
f6f58ba300
commit
e5ee0060c6
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user