From: Richard Stallman Date: Mon, 29 Mar 1993 04:49:21 +0000 (+0000) Subject: (store_parm_decls): Use pedwarn for "promoted arg doesn't X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=42f00318aba3341cfb48acf57c0d5d6718554344;p=gcc.git (store_parm_decls): Use pedwarn for "promoted arg doesn't match prototype" warning. From-SVN: r3908 --- diff --git a/gcc/c-decl.c b/gcc/c-decl.c index 8be399963a9..15232db6232 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -6008,7 +6008,7 @@ store_parm_decls () #endif if (pedantic) { - warning ("promoted argument `%s' doesn't match prototype", + pedwarn ("promoted argument `%s' doesn't match prototype", IDENTIFIER_POINTER (DECL_NAME (parm))); warning_with_file_and_line (current_function_prototype_file,