From c42fcb09bcb8459ed5ad0ec16a84ff8dde1199ed Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 27 Apr 2019 17:37:02 +0300 Subject: [PATCH] endian_load_test: Remove unnecessary #pragma warning --- test/endian_load_test.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/endian_load_test.cpp b/test/endian_load_test.cpp index b4c0e98..aebff9f 100644 --- a/test/endian_load_test.cpp +++ b/test/endian_load_test.cpp @@ -3,10 +3,6 @@ // Distributed under the Boost Software License, Version 1.0. // http://www.boost.org/LICENSE_1_0.txt -#if defined(_MSC_VER) -# pragma warning( disable: 4309 ) // static_cast: truncation of constant value -#endif - #include #include #include