projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6f58ba
)
(check_format_info): Change text of message about use of `0' with
author
Richard Kenner
<kenner@gcc.gnu.org>
Tue, 11 Jun 1996 21:50:55 +0000
(17:50 -0400)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Tue, 11 Jun 1996 21:50:55 +0000
(17:50 -0400)
precision.
From-SVN: r12277
gcc/c-common.c
patch
|
blob
|
history
diff --git
a/gcc/c-common.c
b/gcc/c-common.c
index c74a1a80d9ad41b3c13d545865b956258589ad5c..3311b08e331986a95b047135d9980a97fc6ea1ab 100644
(file)
--- 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);
}