Shut MSVS up. This is the last warning in GLRelease.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2720 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
82fcde59e1
commit
e09faab306
1 changed files with 2 additions and 0 deletions
|
@ -5489,7 +5489,9 @@ rotating entities
|
||||||
==================
|
==================
|
||||||
*/
|
*/
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
#pragma warning(disable : 4748)
|
||||||
#pragma optimize( "", off )
|
#pragma optimize( "", off )
|
||||||
|
#pragma warning(default : 4748)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue