mirror of
https://github.com/boostorg/endian.git
synced 2025-07-30 04:27:24 +02:00
endian_load_test: Remove unnecessary #pragma warning
This commit is contained in:
@ -3,10 +3,6 @@
|
|||||||
// Distributed under the Boost Software License, Version 1.0.
|
// Distributed under the Boost Software License, Version 1.0.
|
||||||
// http://www.boost.org/LICENSE_1_0.txt
|
// 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/endian/detail/endian_load.hpp>
|
||||||
#include <boost/core/lightweight_test.hpp>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
|
Reference in New Issue
Block a user