mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-23 04:11:53 +00:00
Marked two warnings as mundane.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2492 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
24f1ed093a
commit
70e7fb7b0c
1 changed files with 2 additions and 0 deletions
|
@ -2374,6 +2374,8 @@ void QCC_PR_CommandLinePrecompilerOptions (void)
|
||||||
qccwarningdisabled[WARN_BADPRAGMA] = true; //C specs say that these should be ignored. We're close enough to C that I consider that a valid statement.
|
qccwarningdisabled[WARN_BADPRAGMA] = true; //C specs say that these should be ignored. We're close enough to C that I consider that a valid statement.
|
||||||
qccwarningdisabled[WARN_IDENTICALPRECOMPILER] = true;
|
qccwarningdisabled[WARN_IDENTICALPRECOMPILER] = true;
|
||||||
qccwarningdisabled[WARN_UNDEFNOTDEFINED] = true;
|
qccwarningdisabled[WARN_UNDEFNOTDEFINED] = true;
|
||||||
|
qccwarningdisabled[WARN_FIXEDRETURNVALUECONFLICT] = true;
|
||||||
|
qccwarningdisabled[WARN_EXTRAPRECACHE] = true;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue