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

New commits:
commit 81434a0f9afea2185f5e59be09ac73f363baeb92
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Mon Dec 10 14:26:40 2018 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Mon Dec 10 14:29:38 2018 +0100

    Jenkins' lo_daily_update_gandalf needs --disable-werror too
    
    ...similar to d3f2c61e3b9faf577f692ece76cd830f0f74b028 "Make Jenkins
    linux_gcc_release_64 pick up Developer Toolset 7":
    
    > 
/lo/home/tdf/lode/jenkins/workspace/lo_daily_update_gandalf/sal/osl/unx/pipe.cxx:
 In function ‘oslPipeImpl* osl_psz_createPipe(const sal_Char*, oslPipeOptions, 
oslSecurity)’:
    > 
/lo/home/tdf/lode/jenkins/workspace/lo_daily_update_gandalf/sal/osl/unx/pipe.cxx:248:12:
 error: ‘char* strncpy(char*, const char*, size_t)’ output may be truncated 
copying 107 bytes from a string of length 4096 [-Werror=stringop-truncation]
    >      strncpy(addr.sun_path, name, sizeof(addr.sun_path) - 1);
    >      ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    (<https://ci.libreoffice.org/job/lo_daily_update_gandalf/558/>).
    
    Change-Id: I443337969dfdcd02a350a171e68d5032b5be22a0

diff --git a/distro-configs/Jenkins/LibreOfficeLinuxUpdater.conf 
b/distro-configs/Jenkins/LibreOfficeLinuxUpdater.conf
index f006518ce0c8..e5b5ebdc9110 100644
--- a/distro-configs/Jenkins/LibreOfficeLinuxUpdater.conf
+++ b/distro-configs/Jenkins/LibreOfficeLinuxUpdater.conf
@@ -29,6 +29,7 @@
 --enable-python=internal
 --enable-online-update=mar
 --disable-dconf
+--disable-werror
 --with-lang=de es fr ar zh-CN
 --with-package-format=archive
 --with-update-config=~/updater.ini
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to