summaryrefslogtreecommitdiffstats
path: root/external/boost/rtti.patch.0
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-05-27 16:24:33 +0200
committerMichael Stahl <mstahl@redhat.com>2016-05-30 15:34:51 +0000
commite5c6574f5df8d2a5914beb03dce604beb8d62ee8 (patch)
tree0fe9ab88e396c5f1c5d1ee91be48690cb110bd85 /external/boost/rtti.patch.0
parentremove unnecessary temporary ScRangeList copy (diff)
downloadcore-e5c6574f5df8d2a5914beb03dce604beb8d62ee8.tar.gz
core-e5c6574f5df8d2a5914beb03dce604beb8d62ee8.zip
boost: warning-patch-ectomy
Upstream maintainers, with few exceptions, generally don't care about warnings in boost headers, hence we re-base our warning fix patches on every upgrade, which is a pointless exercise in frustration. Most of the patches are for GCC/Clang warnings, where we could use -isystem to suppress the warnings (with corresponding hacks in the build system, because -isystem also disables dependency generation) - but clang-cl does not support -isystem. So generate a bunch of wrapper headers into external/boost/include, that disable all known warnings and use #include_next to get the real boost header. This allows us to get rid of most of the existing patches. There is however a bug in GCC that preprocessor warnings like -Wundef cannot be disabled with a #pragma, so those patches cannot be removed. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53431 Change-Id: I2992bf4a463015f1140489df867bd80757f84541 Reviewed-on: https://gerrit.libreoffice.org/25563 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'external/boost/rtti.patch.0')
-rw-r--r--external/boost/rtti.patch.02
1 files changed, 2 insertions, 0 deletions
diff --git a/external/boost/rtti.patch.0 b/external/boost/rtti.patch.0
index fb689edd1503..09fc95ced444 100644
--- a/external/boost/rtti.patch.0
+++ b/external/boost/rtti.patch.0
@@ -1,3 +1,5 @@
+Visible function type RTTI for Clang -fsanitize=function
+
--- boost/function/function_base.hpp
+++ boost/function/function_base.hpp
@@ -97,7 +97,7 @@