From 5ae3f1fb1863af109e73f464097bdeda29113d4d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 21 Jan 2019 10:48:00 +0100 Subject: Re-enable --enable-werror for Jenkins' gerrit_linux_gcc_release job ...now that an optimized -Werror build with contemporary GCC should work fine again after a bunch of recent commits (fed7c3deb3f4ec81f78967c2d7f3c4554398cb9d "Slience bogus -Werror=maybe-uninitialized" et al) Change-Id: I912d5dec9eb28b7e2a46cb350dcfed1ede55cb78 Reviewed-on: https://gerrit.libreoffice.org/66666 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- distro-configs/Jenkins/linux_gcc_release_64 | 1 - 1 file changed, 1 deletion(-) (limited to 'distro-configs/Jenkins') diff --git a/distro-configs/Jenkins/linux_gcc_release_64 b/distro-configs/Jenkins/linux_gcc_release_64 index e30c34f941a4..ffdfe19bc18b 100644 --- a/distro-configs/Jenkins/linux_gcc_release_64 +++ b/distro-configs/Jenkins/linux_gcc_release_64 @@ -1,4 +1,3 @@ ---disable-werror CC=/opt/rh/devtoolset-7/root/usr/bin/gcc CXX=/opt/rh/devtoolset-7/root/usr/bin/g++ -- cgit