summaryrefslogtreecommitdiff
path: root/boost
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-04 12:55:14 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-03-04 12:55:14 +0000
commit760b66947374c025d6d543a935e14c2b70f73b07 (patch)
tree72d8072554cd0058320e84a4ef2967fbc3cd8408 /boost
parente756a60003077d493cec12ce2fe18151254462c2 (diff)
WaE: silence warnings
Notes
split repo tag: libs-extern-sys_LO-BASE-INTEGRATION-DEV300_M101
Diffstat (limited to 'boost')
-rw-r--r--boost/boost.4713.warnings.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/boost/boost.4713.warnings.patch b/boost/boost.4713.warnings.patch
index a096e378fe9e..29653ca79fdd 100644
--- a/boost/boost.4713.warnings.patch
+++ b/boost/boost.4713.warnings.patch
@@ -866,3 +866,16 @@
assert((last_block * bits_per_block) < static_cast<size_type>(ulong_width));
+--- misc/boost_1_44_0/boost/ptr_container/detail/reversible_ptr_container.hpp 2011-03-04 11:33:36.269274940 +0000
++++ misc/build/boost_1_44_0/boost/ptr_container/detail/reversible_ptr_container.hpp 2011-03-04 11:33:36.269274940 +0000
+@@ -259,6 +259,10 @@
+
+ static void enforce_null_policy( const Ty_* x, const char* msg )
+ {
++#ifdef BOOST_PTR_CONTAINER_NO_EXCEPTIONS
++ (void)x;
++ (void)msg;
++#endif
+ if( !allow_null )
+ {
+ BOOST_PTR_CONTAINER_THROW_EXCEPTION( 0 == x && "null not allowed",