diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-09-15 18:22:17 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-09-15 18:22:37 +0200 |
commit | b7502a61aa0a6d6f54eaf73e70537c31d3ca6a36 (patch) | |
tree | 2a11a2fd0e2b63b4797c6f1a2b240712dba5566a | |
parent | 03043589c3e62561fab1f28dcec470ddd22df7f4 (diff) |
-Werror,-Wunused-local-typedef in forced-C++03 CppunitTest_odk_checkapi
Change-Id: I951535c82c12be74d96c4e6c6b94dccf09982054
-rw-r--r-- | external/boost/UnpackedTarball_boost.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/external/boost/UnpackedTarball_boost.mk b/external/boost/UnpackedTarball_boost.mk index f1cee1753827..a8bd12b296b4 100644 --- a/external/boost/UnpackedTarball_boost.mk +++ b/external/boost/UnpackedTarball_boost.mk @@ -104,6 +104,7 @@ boost_patches += boost.std.move.patch boost_patches += boost.wunused.patch boost_patches += boost.wdeprecated-auto_ptr.patch.0 boost_patches += boost.signal2.Wshadow.warnings.patch +boost_patches += boost.boost_static_assert_unused_attribute.patch.0 $(eval $(call gb_UnpackedTarball_UnpackedTarball,boost)) |