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

Caolán McNamara caolan at kemper.freedesktop.org
Tue Feb 8 01:27:29 PST 2011


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

New commits:
commit 3e3d4826c90bdd104805df68d1e5806938d723e6
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Feb 8 09:27:22 2011 +0000

    WaE: fix some shadowing warnings

diff --git a/boost/boost.4713.warnings.patch b/boost/boost.4713.warnings.patch
index 5e5dd20..95da4f3 100644
--- a/boost/boost.4713.warnings.patch
+++ b/boost/boost.4713.warnings.patch
@@ -692,3 +692,23 @@
      Ptr& ptr() const { return ptr_; }
  private:
      Ptr& ptr_;
+--- misc/boost_1_44_0boost/spirit/home/classic/core/non_terminal/subrule.hpp	2011-02-08 09:24:50.817320629 +0000
++++ misc/build/boost_1_44_0/boost/spirit/home/classic/core/non_terminal/subrule.hpp	2011-02-08 09:25:20.496639901 +0000
+@@ -210,7 +210,7 @@
+             subrule_list<
+                 subrule_parser<ID2, DefT2, ContextT2>,
+                 nil_t> >
+-        operator,(subrule_parser<ID2, DefT2, ContextT2> const& rhs) const
++        operator,(subrule_parser<ID2, DefT2, ContextT2> const& rhs_) const
+         {
+             return subrule_list<
+                 self_t,
+@@ -220,7 +220,7 @@
+                         *this,
+                         subrule_list<
+                             subrule_parser<ID2, DefT2, ContextT2>, nil_t>(
+-                                rhs, nil_t()));
++                                rhs_, nil_t()));
+         }
+ 
+         typename DefT::embed_t rhs;


More information about the Libreoffice-commits mailing list