This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 6c16bb85ac22bb5e459eb877fba869687933e6eb Author: zzzxl <33418555+zzzxl1...@users.noreply.github.com> 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 04fcddaf37..00e8fa244f 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: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org