mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-28 12:55:26 +08:00
Fix editing error in last change.
From-SVN: r13537
This commit is contained in:
parent
73fef4fe21
commit
a01dce9a42
@ -6256,7 +6256,7 @@ start_function (declspecs, declarator, prefix_attributes, attributes, nested)
|
||||
|
||||
if (TYPE_MAIN_VARIANT (TREE_TYPE (TREE_TYPE (decl1)))
|
||||
!= integer_type_node)
|
||||
pedwarn_with_decl (fndecl, "return type of `%s' is not `int'");
|
||||
pedwarn_with_decl (decl1, "return type of `%s' is not `int'");
|
||||
|
||||
for (args = TYPE_ARG_TYPES (TREE_TYPE (decl1)); args;
|
||||
args = TREE_CHAIN (args))
|
||||
|
Loading…
Reference in New Issue
Block a user