From 3c402d13770726d9f97eb797994fe33d8a92ac01 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 11 Dec 2007 17:16:21 +0000 Subject: [PATCH] Fixes #1504. [SVN r41968] --- include/boost/type_traits/alignment_of.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/type_traits/alignment_of.hpp b/include/boost/type_traits/alignment_of.hpp index f18d422..e8e4834 100644 --- a/include/boost/type_traits/alignment_of.hpp +++ b/include/boost/type_traits/alignment_of.hpp @@ -17,7 +17,7 @@ #ifdef BOOST_MSVC # pragma warning(push) -# pragma warning(disable: 4121) // alignment is sensitive to packing +# pragma warning(disable: 4121 4512) // alignment is sensitive to packing #endif #if defined(__BORLANDC__) && (__BORLANDC__ < 0x600) #pragma option push -Vx- -Ve-