diff options
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r-- | gcc/c-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c index 5def642..8ea1489 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -730,7 +730,7 @@ decl_attributes (node, attributes, prefix_attributes) format_type = strftime_format_type; else { - error ("`%s' is an unrecognized format function type", p); + warning ("`%s' is an unrecognized format function type", p); continue; } } |