Skip to content

Commit

Permalink
[Gluten-3769] Revert Fix due to 20231117(apache#3756) upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
baibaichen committed Nov 22, 2023
1 parent 068079e commit 4ba9c2d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cpp-ch/local-engine/proto/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 4ba9c2d

Please sign in to comment.