diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-05-10 15:25:12 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-05-10 15:25:12 +0200 |
commit | fcbd824f1b45ae7242cd7b86e98b5d947441759e (patch) | |
tree | 0589a837d2e4e1463fafd49efa10c1f060d3aa76 /external/boost/UnpackedTarball_boost.mk | |
parent | a0d546cdcad435bdabd007b4921043716be6e2b5 (diff) |
Use BOOST_FALLTHROUGH in external code
...in preparation of enabling Clang's -Wimplicit-fallthrough
Change-Id: If64f9b18591b3cd2528adc6c2d6011d509d4afcd
Diffstat (limited to 'external/boost/UnpackedTarball_boost.mk')
-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 a97964b0940a..35f77ad6a61d 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 +boost_patches += fallthrough.patch.0 + $(eval $(call gb_UnpackedTarball_UnpackedTarball,boost)) $(eval $(call gb_UnpackedTarball_set_tarball,boost,$(BOOST_TARBALL))) |