Skip to content

Commit

Permalink
Jenkins' lo_daily_update_gandalf needs --disable-werror too
Browse files Browse the repository at this point in the history
...similar to d3f2c61 "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
  • Loading branch information
stbergmann committed Dec 10, 2018
1 parent c3c80b6 commit 81434a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distro-configs/Jenkins/LibreOfficeLinuxUpdater.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81434a0

Please sign in to comment.