summaryrefslogtreecommitdiff
path: root/boost/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'boost/makefile.mk')
-rw-r--r--boost/makefile.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/boost/makefile.mk b/boost/makefile.mk
index f9cd078257a1..093566bb579c 100644
--- a/boost/makefile.mk
+++ b/boost/makefile.mk
@@ -66,6 +66,11 @@ PATCH_FILES+=boost.6397.warnings.patch
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
+.END
+
ADDITIONAL_FILES= \
libs/thread/src/win32/makefile.mk \
libs/date_time/src/gregorian/makefile.mk