mirror of
https://github.com/boostorg/move.git
synced 2025-08-02 13:44:28 +02:00
Disable harmless MSVC warning about alignment.
This commit is contained in:
@@ -13,6 +13,7 @@
|
|||||||
|
|
||||||
#ifdef BOOST_MSVC
|
#ifdef BOOST_MSVC
|
||||||
# pragma warning (push)
|
# pragma warning (push)
|
||||||
# pragma warning (disable : 4996) // "function": was declared deprecated (_CRT_SECURE_NO_DEPRECATE/_SCL_SECURE_NO_WARNINGS)
|
# pragma warning (disable : 4324) // structure was padded due to __declspec(align())
|
||||||
# pragma warning (disable : 4675) // "function": resolved overload was found by argument-dependent lookup
|
# pragma warning (disable : 4675) // "function": resolved overload was found by argument-dependent lookup
|
||||||
|
# pragma warning (disable : 4996) // "function": was declared deprecated (_CRT_SECURE_NO_DEPRECATE/_SCL_SECURE_NO_WARNINGS)
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user