fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / clucene / patches / clucene-asan.patch
blob51adfad4aea7177f83f37e18ca196dc56dad6607
1 --- src/core/CLucene/index/IndexWriter.cpp
2 +++ src/core/CLucene/index/IndexWriter.cpp
3 @@ -53,7 +53,6 @@
5 DEFINE_MUTEX(IndexWriter::MESSAGE_ID_LOCK)
6 int32_t IndexWriter::MESSAGE_ID = 0;
7 -const int32_t IndexWriter::MAX_TERM_LENGTH = DocumentsWriter::MAX_TERM_LENGTH;
9 class IndexWriter::Internal{
10 public:
11 --- src/core/CLucene/index/IndexWriter.h
12 +++ src/core/CLucene/index/IndexWriter.h
13 @@ -384,13 +384,6 @@
15 static const int32_t DEFAULT_MAX_MERGE_DOCS;
17 - /**
18 - * Absolute hard maximum length for a term. If a term
19 - * arrives from the analyzer longer than this length, it
20 - * is skipped and a message is printed to infoStream, if
21 - * set (see {@link #setInfoStream}).
22 - */
23 - static const int32_t MAX_TERM_LENGTH;
26 /* Determines how often segment indices are merged by addDocument(). With