[Libreoffice-commits] core.git: boost/boost_1_44_0-gcc4.8.patch

Stephan Bergmann sbergman at redhat.com
Sat Mar 9 04:39:02 PST 2013


 boost/boost_1_44_0-gcc4.8.patch |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9c4ec7835c16b90425bfd05721db37f922f10226
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Sat Mar 9 13:37:39 2013 +0100

    Work around Clang -Werror,Wvexing-parse
    
    Change-Id: If4a22d594ff012a7b9801bf1e42c98ed453c05fc

diff --git a/boost/boost_1_44_0-gcc4.8.patch b/boost/boost_1_44_0-gcc4.8.patch
index 2d2beeb..f5bb0da 100644
--- a/boost/boost_1_44_0-gcc4.8.patch
+++ b/boost/boost_1_44_0-gcc4.8.patch
@@ -59,8 +59,8 @@
      &::boost::concepts::requirement_<ModelFnPtr>::failed>    \
 -      BOOST_PP_CAT(boost_concept_check,__LINE__)
 +      BOOST_PP_CAT(boost_concept_check,__LINE__); \
-+    BOOST_PP_CAT(boost_concept_check,__LINE__) BOOST_PP_CAT(boost_concept_check_dummy,__LINE__)()
-+        // silence -Werror=unused-local-typedefs (GCC 4.8)
++    BOOST_PP_CAT(boost_concept_check,__LINE__) BOOST_PP_CAT(boost_concept_check_dummy,__LINE__)(...)
++        // silence -Werror=unused-local-typedefs (GCC 4.8) (and resulting Clang -Werror,-Wvexing-parse)
  
  }}
  


More information about the Libreoffice-commits mailing list