diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-05-10 16:15:25 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-05-10 16:15:25 +0200 |
commit | e4bb2b4f4875c15bd68297b5be716edd6859841e (patch) | |
tree | de1960abc483de21e5f0bb2018abb7bee52204c8 /external | |
parent | b04664511e297b796c8882d05a4fac91924169d3 (diff) |
Note pull request for boost patch
Change-Id: I92a98bb196c9f6e7dfdca7008a34fb4fd3e10799
Diffstat (limited to 'external')
-rw-r--r-- | external/boost/UnpackedTarball_boost.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/external/boost/UnpackedTarball_boost.mk b/external/boost/UnpackedTarball_boost.mk index 35f77ad6a61d..728b3c382713 100644 --- a/external/boost/UnpackedTarball_boost.mk +++ b/external/boost/UnpackedTarball_boost.mk @@ -84,6 +84,8 @@ boost_patches += boost_1_60_0.undef.warning.patch boost_patches += boost.wdeprecated-auto_ptr.patch.0 boost_patches += boost_1_60_0.android.undef.warning.patch +# <https://github.com/boostorg/format/pull/11> "BOOST_FALLTHROUGH to silence +# Clang -Wimplicit-fallthrough": boost_patches += fallthrough.patch.0 $(eval $(call gb_UnpackedTarball_UnpackedTarball,boost)) |