[Libreoffice-commits] .: boost/boost.4713.warnings.patch

Caolán McNamara caolan at kemper.freedesktop.org
Fri Mar 4 06:16:48 PST 2011


 boost/boost.4713.warnings.patch |   13 +++++++++++++
 1 file changed, 13 insertions(+)

New commits:
commit 569b5df51a160d5839c2fc872066b085775c20c2
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Mar 4 12:55:14 2011 +0000

    WaE: silence warnings

diff --git a/boost/boost.4713.warnings.patch b/boost/boost.4713.warnings.patch
index a096e37..29653ca 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", 


More information about the Libreoffice-commits mailing list