[Libreoffice-commits] core.git: distro-configs/Jenkins

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Dec 3 13:32:09 UTC 2018


 distro-configs/Jenkins/Linux_rel_master.conf |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7990bfd3998508dd3454c408613cf66e53af56eb
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Dec 3 14:28:03 2018 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Mon Dec 3 14:31:50 2018 +0100

    Jenkins' lo_tb_master_linux needs --disable-werror too
    
    ...similar to d3f2c61e3b9faf577f692ece76cd830f0f74b028 "Make Jenkins
    linux_gcc_release_64 pick up Developer Toolset 7":
    
    > In file included from /opt/rh/devtoolset-7/root/usr/include/c++/7/vector:69:0,
    >                  from /home/tdf/lode/jenkins/workspace/lo_tb_master_linux/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx:39:
    > /opt/rh/devtoolset-7/root/usr/include/c++/7/bits/vector.tcc: In function ‘javaPluginError jfw_plugin_startJavaVirtualMachine(const JavaInfo*, const JavaVMOption*, sal_Int32, JavaVM**, JNIEnv**)’:
    > /opt/rh/devtoolset-7/root/usr/include/c++/7/bits/vector.tcc:407:15: error: variable ‘__new_finish’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Werror=clobbered]
    >        pointer __new_finish(__new_start);
    >                ^~~~~~~~~~~~
    > cc1plus: all warnings being treated as errors
    
    (<https://ci.libreoffice.org/job/lo_tb_master_linux/32166/>).
    
    Change-Id: Ifae8705bfafe4caed21713909ff6eeee158f1361

diff --git a/distro-configs/Jenkins/Linux_rel_master.conf b/distro-configs/Jenkins/Linux_rel_master.conf
index 2ce88b800f0f..ca2119d9e7a7 100644
--- a/distro-configs/Jenkins/Linux_rel_master.conf
+++ b/distro-configs/Jenkins/Linux_rel_master.conf
@@ -1,3 +1,4 @@
+--disable-werror
 --enable-kde4
 CC=/opt/rh/devtoolset-7/root/usr/bin/gcc
 CXX=/opt/rh/devtoolset-7/root/usr/bin/g++


More information about the Libreoffice-commits mailing list