summaryrefslogtreecommitdiff
path: root/src/inc/warningcontrol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc/warningcontrol.h')
-rw-r--r--src/inc/warningcontrol.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/inc/warningcontrol.h b/src/inc/warningcontrol.h
index abc4831639..3bfb4e54c3 100644
--- a/src/inc/warningcontrol.h
+++ b/src/inc/warningcontrol.h
@@ -13,30 +13,18 @@
//
#if defined(_MSC_VER)
-#pragma warning(disable :4001) // "nonstandard extension 'single line comment' was used"
#pragma warning(error :4007) // 'main' : must be __cdecl
-#pragma warning(disable :4010) // "single-line comment contains line-continuation character"
#pragma warning(error :4013) // 'function' undefined - assuming extern returning int
-#pragma warning(disable :4022) // "'%s' : pointer mismatch for actual parameter %d"
-#pragma warning(disable :4047) // "'%$L' : '%$T' differs in levels of indirection from '%$T'"
-#pragma warning(disable :4053) // "one void operand for '?:'"
-#pragma warning(disable :4056) // "overflow in floating-point constant arithmetic"
-#pragma warning(disable :4061) // "enumerate '%$S' in switch of enum '%$S' is not explicitly handled by a case label"
#pragma warning(error :4071) // no function prototype given
#pragma warning(error :4072) // no function prototype given (fastcall)
#pragma warning(3 :4092) // sizeof returns 'unsigned long'
-#pragma warning(disable :4100) // "'%$S' : unreferenced formal parameter"
-#pragma warning(disable :4101) // "'%$S' : unreferenced local variable"
//#pragma warning(error :4102) // "'%$S' : unreferenced label"
#pragma warning(3 :4121) // structure is sensitive to alignment
-#pragma warning(disable :4127) // "conditional expression is constant"
#pragma warning(3 :4125) // decimal digit in octal sequence
#pragma warning(3 :4130) // logical operation on address of string constant
#pragma warning(3 :4132) // const object should be initialized
#pragma warning(error :4171) // no function prototype given (old style)
#pragma warning(4 :4177) // pragma data_seg s/b at global scope
-#pragma warning(disable :4201) // "nonstandard extension used : nameless struct/union"
-#pragma warning(disable :4204) // "nonstandard extension used : non-constant aggregate initializer"
#pragma warning(4 :4206) // Source File is empty
#pragma warning(3 :4212) // function declaration used ellipsis
#pragma warning(error :4259) // pure virtual function was not defined
@@ -45,7 +33,6 @@
#pragma warning(disable :4311) // pointer truncation from '%$S' to '%$S'
#pragma warning(disable :4312) // '<function-style-cast>' : conversion from '%$S' to '%$S' of greater size
#pragma warning(disable :4334) // result of 32-bit shift implicitly converted to 64 bits
-#pragma warning(disable :4345) // behavior change: an object of POD type constructed with an initializer of the form () will be default-initialized
#pragma warning(disable :4430) // missing type specifier: C++ doesn't support default-int
#pragma warning(disable :4477) // format string '%$S' requires an argument of type '%$S', but variadic argument %d has type '%$S'
#pragma warning(3 :4509) // "nonstandard extension used: '%$S' uses SEH and '%$S' has destructor"
@@ -68,10 +55,7 @@
#pragma warning(error :4551) // Function call missing argument list
#pragma warning(error :4700) // Local used w/o being initialized
-#pragma warning(disable :4706) // assignment within conditional expression
-#pragma warning(disable :4768) // __declspec attributes before linkage specification are ignored
#pragma warning(error :4806) // unsafe operation involving type 'bool'
-#pragma warning(disable :4995) // '_OLD_IOSTREAMS_ARE_DEPRECATED': name was marked as #pragma deprecated
#if defined(_DEBUG) && (!defined(_MSC_FULL_VER) || (_MSC_FULL_VER <= 181040116))
// The CLR header file check.h, macro CHECK_MSG_EX, can create unreachable code if the LEAVE_DEBUG_ONLY_CODE