aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>1998-04-13 07:05:58 -0400
committerJason Merrill <jason@gcc.gnu.org>1998-04-13 07:05:58 -0400
commit72f54004c0548269f78e235e256948c851d4f12b (patch)
treeb5a5fca0211b989fb3380d0a613acda53407ebc2 /gcc
parentef78c245331528fd804584ddde6151dbcd7bee2c (diff)
downloadgcc-72f54004c0548269f78e235e256948c851d4f12b.zip
gcc-72f54004c0548269f78e235e256948c851d4f12b.tar.gz
gcc-72f54004c0548269f78e235e256948c851d4f12b.tar.bz2
fix merge breakage
From-SVN: r19196
Diffstat (limited to 'gcc')
-rw-r--r--gcc/c-common.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c
index c84e195..616131d 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