Skip to content

Commit

Permalink
Parquet: remove -Wno-unused-variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mapleFU committed Apr 12, 2024
1 parent 83359d6 commit 929d6f1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cpp/src/parquet/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,6 @@ set_source_files_properties("${PARQUET_THRIFT_SOURCE_DIR}/parquet_types.cpp"
"${PARQUET_THRIFT_SOURCE_DIR}/parquet_constants.h"
PROPERTIES SKIP_PRECOMPILE_HEADERS ON
SKIP_UNITY_BUILD_INCLUSION ON)

if(NOT MSVC)
set_source_files_properties(src/parquet/parquet_types.cpp
PROPERTIES COMPILE_FLAGS -Wno-unused-variable)
endif()

#
# Library config

Expand Down

0 comments on commit 929d6f1

Please sign in to comment.