Commit 72f54004 by Jason Merrill

fix merge breakage

From-SVN: r19196
parent ef78c245
...@@ -1659,12 +1659,8 @@ check_format_info (info, params) ...@@ -1659,12 +1659,8 @@ check_format_info (info, params)
} }
if (wanted_type == 0 if (wanted_type == 0
|| (pedantic && length_char == 'L' && integral_format)) || (pedantic && length_char == 'L' && integral_format))
{ warning ("use of `%c' length character with `%c' type character",
sprintf (message, length_char, format_char);
"use of `%c' length character with `%c' type character",
length_char, format_char);
warning (message);
}
/* /*
** XXX -- should kvetch about stuff such as ** XXX -- should kvetch about stuff such as
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment