summaryrefslogtreecommitdiff
path: root/boost/UnpackedTarball_boost.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-05-30 17:52:01 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-05-30 17:52:01 +0200
commit07e756f5b9fa5d499de8f3e3ad61ee66d336a349 (patch)
tree69e06966cce01374baf092b5d81b5fddb6fe1306 /boost/UnpackedTarball_boost.mk
parent1de66ba440855050a794b3b2a8647c1b02c210b8 (diff)
-Werror,-Wconstexpr-not-const
...at least current trunk towards Clang 3.4 complains "'constexpr' non-static member function will not be implicitly 'const' in C++1y; add 'const' to avoid a change in behavior." Change-Id: Id3d1af263040fdea2c2f5d0bc6a037d7a17184bd
Diffstat (limited to 'boost/UnpackedTarball_boost.mk')
-rw-r--r--boost/UnpackedTarball_boost.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/boost/UnpackedTarball_boost.mk b/boost/UnpackedTarball_boost.mk
index 99fb92a19082..fefe8fa97fd9 100644
--- a/boost/UnpackedTarball_boost.mk
+++ b/boost/UnpackedTarball_boost.mk
@@ -43,6 +43,7 @@ boost_patches += boost.std.move.patch
boost_patches += boost.wundef.patch
boost_patches += boost.wunused.patch
boost_patches += boost.wshadow.patch
+boost_patches += boost.wconstexpr-not-const.patch.0
$(eval $(call gb_UnpackedTarball_UnpackedTarball,boost))