summaryrefslogtreecommitdiff
path: root/distro-configs
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-12-20 20:16:24 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-12-20 21:18:27 +0000
commite776daf6f0963024d067ded1da51f6cbe0b88302 (patch)
tree679cabd9dcb0bd1fb4767f0dbc60f3a7b2c1140d /distro-configs
parentd1be953521e84465ea2665adc703e53068ac8971 (diff)
use --disable-werror for mac Jenkins builds on 7-4 branch
more jenkins builders use newer XCode/macOS SDK now that complains about sprintf being deprecated. Instead of cherry-picking a whole bunch of fixes (or rebuilding in the hope you get one of the older macs to build your change) just don't make those fatal on this branch Change-Id: I93610703ebce5767cd04cd228e2f88a190f01411 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144629 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'distro-configs')
-rw-r--r--distro-configs/Jenkins/macosx_clang_dbgutil1
1 files changed, 1 insertions, 0 deletions
diff --git a/distro-configs/Jenkins/macosx_clang_dbgutil b/distro-configs/Jenkins/macosx_clang_dbgutil
index ebb715a75960..5eab79d7073c 100644
--- a/distro-configs/Jenkins/macosx_clang_dbgutil
+++ b/distro-configs/Jenkins/macosx_clang_dbgutil
@@ -4,3 +4,4 @@
--enable-optimized
--enable-odk
--disable-online-update
+--disable-werror