diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-12-10 14:26:40 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-12-10 14:29:38 +0100 |
commit | 81434a0f9afea2185f5e59be09ac73f363baeb92 (patch) | |
tree | eb66597334a9395057de577f75baf3a3e94f78e5 /distro-configs | |
parent | c3c80b6b63e998fd3117b5039e65a2ee9df90954 (diff) |
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
Diffstat (limited to 'distro-configs')
-rw-r--r-- | distro-configs/Jenkins/LibreOfficeLinuxUpdater.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 |