Skip warning ID 249

This commit is contained in:
Stanislav Gromov 2021-01-30 13:25:42 +07:00
parent c9ad518d52
commit 355b324df4

View File

@ -206,7 +206,8 @@ static char *warnmsg[] = {
/*245*/ "enum increment \"%s %d\" has no effect on zero value (symbol \"%s\")\n",
/*246*/ "multiplication overflow in enum element declaration (symbol \"%s\")\n",
/*247*/ "use of operator \"~\" on a \"bool:\" value always results in \"true\"\n",
/*248*/ "possible misuse of comma operator\n"
/*248*/ "possible misuse of comma operator\n",
/*249*/ ""
};
static char *noticemsg[] = {