diff options
Diffstat (limited to 'gcc/c-format.c')
-rw-r--r-- | gcc/c-format.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/c-format.c b/gcc/c-format.c index a0ae154..914d6cc 100644 --- a/gcc/c-format.c +++ b/gcc/c-format.c @@ -199,7 +199,8 @@ decode_format_attr (tree args, function_format_info *info, int validated_p) if (info->format_type == format_type_error) { gcc_assert (!validated_p); - warning ("%qs is an unrecognized format function type", p); + warning ("%qE is an unrecognized format function type", + format_type_id); return false; } } |