Latest GCC and MinGW hate certain #pragma's, just making the old main trunk compile again

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3752 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Lance 2011-03-10 09:07:43 +00:00
parent 2ef27d913d
commit 334ebf7b67
1 changed files with 5 additions and 0 deletions

View File

@ -111,7 +111,12 @@ typedef enum
VF_CL_VIEWANGLES_Y = 35,
VF_CL_VIEWANGLES_Z = 36,
#if !defined(__MINGW32__)
#if !defined(__GNUC__)
#pragma message("FIXME: add cshift")
#endif
#endif
//33-36 used by DP...
VF_PERSPECTIVE = 200,