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:
Spoike 2007-04-12 00:03:32 +00:00
parent 24f1ed093a
commit 70e7fb7b0c

View file

@ -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_IDENTICALPRECOMPILER] = true;
qccwarningdisabled[WARN_UNDEFNOTDEFINED] = true;
qccwarningdisabled[WARN_FIXEDRETURNVALUECONFLICT] = true;
qccwarningdisabled[WARN_EXTRAPRECACHE] = true;
}
else
{