This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 11e052c7a4 [fix](invert index) fix overloaded-virtual compiler warning
(#24174)
11e052c7a4 is described below
commit 11e052c7a4ecc92b795d72de45b847e723a91d5d
Author: zzzxl <[email protected]>
AuthorDate: Mon Sep 11 23:47:19 2023 +0800
[fix](invert index) fix overloaded-virtual compiler warning (#24174)
---
be/src/clucene | 2 +-
be/src/olap/rowset/segment_v2/inverted_index_cache.h | 6 ------
2 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/be/src/clucene b/be/src/clucene
index 2761b1afe4..3b51f707d4 160000
--- a/be/src/clucene
+++ b/be/src/clucene
@@ -1 +1 @@
-Subproject commit 2761b1afe48cb1bd272ce8959e3aa3049b6e63ac
+Subproject commit 3b51f707d4c51596d77b97f48b0baf49db0d2c30
diff --git a/be/src/olap/rowset/segment_v2/inverted_index_cache.h
b/be/src/olap/rowset/segment_v2/inverted_index_cache.h
index edbfdd6b72..c67e17ddda 100644
--- a/be/src/olap/rowset/segment_v2/inverted_index_cache.h
+++ b/be/src/olap/rowset/segment_v2/inverted_index_cache.h
@@ -17,13 +17,7 @@
#pragma once
-#pragma GCC diagnostic push
-#pragma GCC diagnostic ignored "-Woverloaded-virtual"
-
#include <CLucene.h> // IWYU pragma: keep
-
-#pragma GCC diagnostic pop
-
#include <CLucene/config/repl_wchar.h>
#include <CLucene/util/Misc.h>
#include <butil/macros.h>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]