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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Sep 28 05:12:27 PDT 2012


 boost/boost.6397.warnings.patch |   15 +++++++++++++++
 1 file changed, 15 insertions(+)

New commits:
commit eecaca80bdcf9060a5dd06a835a2c1752b4fec01
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Sep 28 13:11:19 2012 +0100

    WaE: some warnings on RHEL-6 gcc
    
    Change-Id: I7d852595fbe0395bc29aba86b2e110ffb5c28823

diff --git a/boost/boost.6397.warnings.patch b/boost/boost.6397.warnings.patch
index 82e3b5e..9c4c1ec 100644
--- a/boost/boost.6397.warnings.patch
+++ b/boost/boost.6397.warnings.patch
@@ -255,3 +255,18 @@
  
  };
  
+--- misc/boost_1_44_0/boost/multi_array.hpp	2012-09-28 13:06:44.796521371 +0100
++++ misc/build/boost_1_44_0/boost/multi_array.hpp	2012-09-28 13:07:25.119002500 +0100
+@@ -423,9 +423,9 @@
+     // Build index_gen objects to create views with the same shape
+ 
+     // these need to be separate to handle non-zero index bases
+-    typedef detail::multi_array::index_gen<NumDims,NumDims> index_gen;
+-    index_gen old_idxes;
+-    index_gen new_idxes;
++    typedef detail::multi_array::index_gen<NumDims,NumDims> lcl_index_gen;
++    lcl_index_gen old_idxes;
++    lcl_index_gen new_idxes;
+ 
+     std::transform(new_array.index_base_list_.begin(),
+                    new_array.index_base_list_.end(),


More information about the Libreoffice-commits mailing list