mirror of
https://github.com/boostorg/endian.git
synced 2025-07-29 12:07:31 +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.
|
||||
// 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>
|
||||
|
Reference in New Issue
Block a user