msvc_warning_disablers.h

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

Generated on Mon Jun 5 10:20:45 2006 for Intelligence.kdevelop by  doxygen 1.4.6