Commit 1c5334be by Richard Stallman

Fix typo in last change.

From-SVN: r5036
parent 9825189b
...@@ -5648,8 +5648,8 @@ start_function (declspecs, declarator, nested) ...@@ -5648,8 +5648,8 @@ start_function (declspecs, declarator, nested)
announce_function (decl1); announce_function (decl1);
if (TREE_THIS_VOLATILE (decl) if (TREE_THIS_VOLATILE (decl1)
&& TREE_TYPE (decl) != void_type_node) && TREE_TYPE (decl1) != void_type_node)
warning ("volatile function returns non-void value"); warning ("volatile function returns non-void value");
if (TYPE_SIZE (TREE_TYPE (TREE_TYPE (decl1))) == 0) if (TYPE_SIZE (TREE_TYPE (TREE_TYPE (decl1))) == 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment