This is an automated email from the ASF dual-hosted git repository.
morningman 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 76cd0351 [Fix] fix gcc compiler warning (#70)
76cd0351 is described below
commit 76cd03511903916ab076ab0ef6f3779ab4e7476e
Author: airborne12 <[email protected]>
AuthorDate: Thu May 18 11:39:13 2023 +0800
[Fix] fix gcc compiler warning (#70)
---
src/shared/CLucene/LuceneThreads.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/shared/CLucene/LuceneThreads.h
b/src/shared/CLucene/LuceneThreads.h
index 460c407e..ce4bbae9 100644
--- a/src/shared/CLucene/LuceneThreads.h
+++ b/src/shared/CLucene/LuceneThreads.h
@@ -80,7 +80,7 @@ class CLuceneThreadIdCompare;
};
#ifdef _CL_HAVE_GCC_ATOMIC_FUNCTIONS
- #define _LUCENE_ATOMIC_INT uint32_t
+ #define _LUCENE_ATOMIC_INT int32_t
#define _LUCENE_ATOMIC_INT_SET(x,v) x=v
#define _LUCENE_ATOMIC_INT_GET(x) x
#else
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]