diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-13 11:05:58 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-13 11:05:58 +0000 |
commit | 047a721c6a9ea09810704bcf12fbed31f4edbe25 (patch) | |
tree | b5a5fca0211b989fb3380d0a613acda53407ebc2 /gcc/c-common.c | |
parent | 8c0d9be77cb80083355ac7b9d3cb19cf06d1275e (diff) | |
download | gcc-047a721c6a9ea09810704bcf12fbed31f4edbe25.tar.gz |
fix merge breakage
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19196 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r-- | gcc/c-common.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c index c84e1957c33..616131dce21 100644 --- 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 |