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