diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-03-09 13:37:39 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-03-09 13:38:35 +0100 |
commit | 9c4ec7835c16b90425bfd05721db37f922f10226 (patch) | |
tree | 2f84012938201761bd7dcef6186b8199001e3733 /boost/boost_1_44_0-gcc4.8.patch | |
parent | b68f14a7cabd535dc044715bad4f1f6347450ffe (diff) |
Work around Clang -Werror,Wvexing-parse
Change-Id: If4a22d594ff012a7b9801bf1e42c98ed453c05fc
Diffstat (limited to 'boost/boost_1_44_0-gcc4.8.patch')
-rw-r--r-- | boost/boost_1_44_0-gcc4.8.patch | 4 |
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) }} |