summaryrefslogtreecommitdiff
path: root/boost/move/detail/config_begin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/move/detail/config_begin.hpp')
-rw-r--r--boost/move/detail/config_begin.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/boost/move/detail/config_begin.hpp b/boost/move/detail/config_begin.hpp
index edc25d4d1c..342390b816 100644
--- a/boost/move/detail/config_begin.hpp
+++ b/boost/move/detail/config_begin.hpp
@@ -13,6 +13,7 @@
#ifdef BOOST_MSVC
# 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 : 4996) // "function": was declared deprecated (_CRT_SECURE_NO_DEPRECATE/_SCL_SECURE_NO_WARNINGS)
#endif