endian_load_test: Remove unnecessary #pragma warning

This commit is contained in:
Peter Dimov
2019-04-27 17:37:02 +03:00
parent 64607e2e2e
commit c42fcb09bc

View File

@ -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 <boost/endian/detail/endian_load.hpp>
#include <boost/core/lightweight_test.hpp>
#include <boost/config.hpp>