Added VS and gcc warning suppression to clean up a few last stubborn warnings

This commit is contained in:
Robert Osfield
2009-02-05 11:10:32 +00:00
parent baac534bcc
commit 087d6390fa
2 changed files with 3 additions and 7 deletions

View File

@@ -25,6 +25,7 @@
#pragma warning( disable : 4244 )
#pragma warning( disable : 4251 )
#pragma warning( disable : 4275 )
#pragma warning( disable : 4512 )
#endif
#if defined(_MSC_VER) || defined(__CYGWIN__) || defined(__MINGW32__) || defined( __BCPLUSPLUS__) || defined( __MWERKS__)