(integer_overflow): Do nothing unless pedantic.

From-SVN: r2538
This commit is contained in:
Richard Stallman 1992-10-21 06:54:16 +00:00
parent cfb2c0b179
commit 2f6f882470

View File

@ -847,6 +847,7 @@ yyerror (s)
static void
integer_overflow ()
{
if (pedantic)
pedwarn ("integer overflow in preprocessor expression");
}