(ivar_decls): Give a pedwarn (instead of a warning) for excess semicolons.
From-SVN: r3545
This commit is contained in:
parent
fcf956c038
commit
ea3cfc819a
@ -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");
|
||||
}
|
||||
;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user