From 4ba9c2d5ab2734ffcc7ac9269476d2662138dac8 Mon Sep 17 00:00:00 2001 From: Chang Chen Date: Sat, 18 Nov 2023 11:53:59 +0800 Subject: [PATCH] [Gluten-3769] Revert Fix due to 20231117(#3756) upgrade --- cpp-ch/local-engine/proto/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cpp-ch/local-engine/proto/CMakeLists.txt b/cpp-ch/local-engine/proto/CMakeLists.txt index f7bc1db2ad50..31583ff659ed 100644 --- a/cpp-ch/local-engine/proto/CMakeLists.txt +++ b/cpp-ch/local-engine/proto/CMakeLists.txt @@ -42,9 +42,7 @@ add_library(substrait ${SUBSTRAIT_SRCS}) add_dependencies(substrait generate_substrait) target_compile_options(substrait PUBLIC -fPIC -Wno-reserved-identifier - -Wno-deprecated - -Wno-extra-semi-stmt - -Wno-used-but-marked-unused) + -Wno-deprecated) target_include_directories(substrait SYSTEM BEFORE PRIVATE ${CMAKE_CURRENT_BINARY_DIR}) target_link_libraries(substrait ch_contrib::protobuf)