Skip warning ID 249
This commit is contained in:
parent
c9ad518d52
commit
355b324df4
@ -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[] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user