diff options
Diffstat (limited to 'gcc/builtins.c')
-rw-r--r-- | gcc/builtins.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/builtins.c b/gcc/builtins.c index bafdce0..4f4cba2 100644 --- a/gcc/builtins.c +++ b/gcc/builtins.c @@ -4873,7 +4873,7 @@ gimplify_va_arg_expr (tree *expr_p, tree *pre_p, tree *post_p) if (! gave_help) { gave_help = true; - warning (0, "(so you should pass %qT not %qT to %<va_arg%>)", + inform ("(so you should pass %qT not %qT to %<va_arg%>)", promoted_type, type); } |