projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef78c24
)
fix merge breakage
author
Jason Merrill
<jason@gcc.gnu.org>
Mon, 13 Apr 1998 11:05:58 +0000
(07:05 -0400)
committer
Jason Merrill
<jason@gcc.gnu.org>
Mon, 13 Apr 1998 11:05:58 +0000
(07:05 -0400)
From-SVN: r19196
gcc/c-common.c
patch
|
blob
|
history
diff --git
a/gcc/c-common.c
b/gcc/c-common.c
index c84e1957c3359ef4fd28f0a99b122b88a49738db..616131dce21da3ae083e1d097fe1f7ed5417862c 100644
(file)
--- a/
gcc/c-common.c
+++ b/
gcc/c-common.c
@@
-1659,12
+1659,8
@@
check_format_info (info, params)
}
if (wanted_type == 0
|| (pedantic && length_char == 'L' && integral_format))
- {
- sprintf (message,
- "use of `%c' length character with `%c' type character",
- length_char, format_char);
- warning (message);
- }
+ warning ("use of `%c' length character with `%c' type character",
+ length_char, format_char);
/*
** XXX -- should kvetch about stuff such as