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:
Molgrum 2007-10-05 19:26:05 +00:00
parent 82fcde59e1
commit e09faab306
1 changed files with 2 additions and 0 deletions

View File

@ -5489,7 +5489,9 @@ rotating entities
==================
*/
#ifdef _MSC_VER
#pragma warning(disable : 4748)
#pragma optimize( "", off )
#pragma warning(default : 4748)
#endif