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

Caolán McNamara caolan at kemper.freedesktop.org
Wed Nov 17 01:40:58 PST 2010


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

New commits:
commit d9c89778011c18c08a08516648121a17338316e6
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Nov 17 09:39:59 2010 +0000

    WaE, remove some shadow warnings from boost

diff --git a/boost/boost.4713.warnings.patch b/boost/boost.4713.warnings.patch
index 32554c8..23ae4f1 100644
--- a/boost/boost.4713.warnings.patch
+++ b/boost/boost.4713.warnings.patch
@@ -106,3 +106,24 @@
                  m_min,
                  m_max);
         }
+--- misc/build/boost_1_39_0/boost/spirit/home/classic/symbols/symbols.hpp
++++ misc/build/boost_1_39_0/boost/spirit/home/classic/symbols/symbols.hpp
+@@ -102,13 +102,13 @@
+     {
+         typedef typename ScannerT::iterator_t iterator_t;
+         iterator_t first = scan.first;
+-        typename SetT::search_info result = SetT::find(scan);
++        typename SetT::search_info result_ = SetT::find(scan);
+ 
+-        if (result.data)
++        if (result_.data)
+             return scan.
+                 create_match(
+-                    result.length,
+-                    symbol_ref_t(*result.data),
++                    result_.length,
++                    symbol_ref_t(*result_.data),
+                     first,
+                     scan.first);
+         else
+


More information about the Libreoffice-commits mailing list