summaryrefslogtreecommitdiff
path: root/boost/makefile.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-06-07 08:03:22 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-06-07 08:03:22 +0200
commit48d6c11c6fc6276c45bed56318fc4ac0dc033fdf (patch)
tree0e9f4083895c8f204a89d4c5af130eb7642e14c9 /boost/makefile.mk
parentf50f1dafffb36d1407e3ebcb2347bf24e8f2095a (diff)
Some boost warnings with Clang
...on Mac OS X, in what looks like only newly used boost headers. Change-Id: I86612a419311fe5a2dfda9eec520889707f9e5db
Diffstat (limited to 'boost/makefile.mk')
-rw-r--r--boost/makefile.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/boost/makefile.mk b/boost/makefile.mk
index 6c9db56a5ab7..5b8957fa7827 100644
--- a/boost/makefile.mk
+++ b/boost/makefile.mk
@@ -75,6 +75,9 @@ PATCH_FILES += boost_1_44_0-logical-op-parentheses.patch
# Backporting fixes for the GCC 4.7 -std=c++11 mode from Boost 1.48.0:
PATCH_FILES += boost_1_44_0-gcc4.7.patch
+# Clang warnings:
+PATCH_FILES += boost_1_44_0-clang-warnings.patch
+
ADDITIONAL_FILES= \
libs/thread/src/win32/makefile.mk \
libs/date_time/src/gregorian/makefile.mk