mirror of
https://github.com/ENSL/NS.git
synced 2024-11-24 05:21:16 +00:00
7b18f64309
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@16 67975925-1194-0748-b3d5-c16f83f1a3a1
11 lines
457 B
C
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
|
|
|
|
|
|
|