summaryrefslogtreecommitdiff
path: root/boost/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'boost/makefile.mk')
-rw-r--r--boost/makefile.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/boost/makefile.mk b/boost/makefile.mk
index cab945fc5a17..27e588de2eae 100644
--- a/boost/makefile.mk
+++ b/boost/makefile.mk
@@ -69,6 +69,7 @@ PATCH_FILES+=boost.windows.patch
# Help static analysis tools (see SAL_UNUSED_PARAMETER in sal/types.h):
.IF "$(COM)" == "GCC"
PATCH_FILES += boost_1_44_0-unused-parameters.patch
+PATCH_FILES += boost_1_44_0-logical-op-parentheses.patch
.END
# Backporting fixes for the GCC 4.7 -std=c++11 mode from Boost 1.48.0: