Files
loongoffice/external
Stephan Bergmann 101fa3fc1e external/clucene: Fix MSVC /Zc:strictStrings
...which is apparently enabled at least in MSVC 2019 16.8.3 when building with
--with-latest-c++ (i.e., /std:c++latest):

> C:/lo/core/workdir/UnpackedTarball/clucene/src/contribs-lib/CLucene/analysis/PorterStemmer.cpp(124): error C2664: 'bool lucene::analysis::PorterStemmer::ends(TCHAR *)': cannot convert argument 1 from 'const wchar_t [5]' to 'TCHAR *'
> C:/lo/core/workdir/UnpackedTarball/clucene/src/contribs-lib/CLucene/analysis/PorterStemmer.cpp(124): note: Conversion from string literal loses const qualifier (see /Zc:strictStrings)
> C:/lo/core/workdir/UnpackedTarball/clucene/src/contribs-lib/CLucene/analysis/PorterStemmer.cpp(97): note: see declaration of 'lucene::analysis::PorterStemmer::ends'

etc. (and which is not silenced by gb_Library_set_warnings_disabled in
external/clucene/Library_clucene.mk, unlike the corresponding Clang/GCC
-Wwrite-strings)

Change-Id: Id3c8eefa4658bf942de6c8ae9b219212eba79995
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108840
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-01-06 12:56:58 +01:00
..
2020-09-17 08:39:00 +02:00
2020-12-03 10:36:53 +01:00
2020-09-11 20:29:11 +02:00
2020-09-17 08:38:19 +02:00
2020-11-17 16:33:33 +01:00
2020-11-17 16:33:33 +01:00
2020-09-28 08:58:06 +02:00
2020-09-27 19:02:07 +02:00
2020-09-10 01:46:54 +02:00
2020-05-31 11:50:42 +02:00
2021-01-03 17:20:27 +01:00
2020-07-17 10:14:17 +02:00
2020-09-11 20:29:11 +02:00

External projects bundled with LibreOffice.