distro-configs/Jenkins/PerfSuite_Linux.conf | 1 + 1 file changed, 1 insertion(+)
New commits: commit 5de206e549e4b2f8905b14ff0939055cfa2fac1e Author: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> AuthorDate: Thu Feb 23 11:39:03 2023 +0100 Commit: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> CommitDate: Thu Feb 23 10:48:50 2023 +0000 ignore bidi-chars warning in callgrind config gcc from devtoolset-11 would complain about svx/source/tbxctrls/layctrl.cxx: aText = u"\u202D" + aText; See also https://gcc.gnu.org/pipermail/gcc-patches/2021-November/585777.html Change-Id: I040371673dd8d5e023092c53791e9b666bace7a1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147511 Tested-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> diff --git a/distro-configs/Jenkins/PerfSuite_Linux.conf b/distro-configs/Jenkins/PerfSuite_Linux.conf index b5cc7fe7f3fc..e75a8fcc4653 100644 --- a/distro-configs/Jenkins/PerfSuite_Linux.conf +++ b/distro-configs/Jenkins/PerfSuite_Linux.conf @@ -10,3 +10,4 @@ --enable-python=fully-internal --enable-odk --with-privacy-policy-url=dummyvalue-only-used-for-ci +CXXFLAGS=-Wno-bidi-chars