Commit ea3cfc81 by Richard Stallman

(ivar_decls): Give a pedwarn (instead of a warning) for excess semicolons.

From-SVN: r3545
parent fcf956c0
......@@ -2095,7 +2095,7 @@ ivar_decls:
| ivar_decls ';'
{
if (pedantic)
warning ("extra semicolon in struct or union specified");
pedwarn ("extra semicolon in struct or union specified");
}
;
......
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