This is an automated email from the ASF dual-hosted git repository.

jianliangqi pushed a commit to branch clucene
in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git


The following commit(s) were added to refs/heads/clucene by this push:
     new 6033b8c3 [Fix] fix compiler warning (#79)
6033b8c3 is described below

commit 6033b8c33c08fd45575d2799f93973d9ebd032ea
Author: airborne12 <[email protected]>
AuthorDate: Sat May 27 14:57:31 2023 +0800

    [Fix] fix compiler warning (#79)
---
 src/contribs-lib/CLucene/analysis/jieba/ChineseTokenizer.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/contribs-lib/CLucene/analysis/jieba/ChineseTokenizer.h 
b/src/contribs-lib/CLucene/analysis/jieba/ChineseTokenizer.h
index 052a94c9..d94e9b1c 100644
--- a/src/contribs-lib/CLucene/analysis/jieba/ChineseTokenizer.h
+++ b/src/contribs-lib/CLucene/analysis/jieba/ChineseTokenizer.h
@@ -11,6 +11,7 @@
 
 
 CL_NS_DEF2(analysis,jieba)
+CL_NS_USE(analysis)
 
 class JiebaSingleton {
 public:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to