NS/releases/3.02/source/stlport/src/msvc_warning_disablers.h
tankefugl 7b18f64309 Branched for 3.02 changes
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@16 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-03-30 12:54:33 +00:00

11 lines
457 B
C

#pragma warning( disable : 4146 ) // unary minus applied to unsigned type
#pragma warning( disable : 4244 ) // arithmetic conversion - possible loss of data
#pragma warning( disable : 4290 ) // c++ exception specification ignored
// dwa 1/28/00 - actually I think this may indicate real bugs. We should look
// into these
#pragma warning( disable : 4018 ) // signed/unsigned mismatch
#pragma warning( disable : 4251 ) // DLL interface needed