(integer_overflow): Do nothing unless pedantic.
From-SVN: r2538
This commit is contained in:
parent
cfb2c0b179
commit
2f6f882470
@ -847,6 +847,7 @@ yyerror (s)
|
||||
static void
|
||||
integer_overflow ()
|
||||
{
|
||||
if (pedantic)
|
||||
pedwarn ("integer overflow in preprocessor expression");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user