summaryrefslogtreecommitdiff
path: root/boost
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-03-09 13:37:39 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-03-09 13:38:35 +0100
commit9c4ec7835c16b90425bfd05721db37f922f10226 (patch)
tree2f84012938201761bd7dcef6186b8199001e3733 /boost
parentb68f14a7cabd535dc044715bad4f1f6347450ffe (diff)
Work around Clang -Werror,Wvexing-parse
Change-Id: If4a22d594ff012a7b9801bf1e42c98ed453c05fc
Diffstat (limited to 'boost')
-rw-r--r--boost/boost_1_44_0-gcc4.8.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/boost_1_44_0-gcc4.8.patch b/boost/boost_1_44_0-gcc4.8.patch
index 2d2beeb7d57c..f5bb0dac602f 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)
}}