Skip to content

Commit

Permalink
Add more warning disable
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Gouache committed Sep 30, 2024
1 parent 33ed2fb commit 1a9a0a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ target_link_libraries(khiopsdriver_file_gcs PRIVATE google-cloud-cpp::storage
spdlog::spdlog)
target_compile_options(
khiopsdriver_file_gcs
PRIVATE $<$<CXX_COMPILER_ID:MSVC>:-Wall;/wd4625;/wd4710;/wd4711;/wd4868>
PRIVATE
$<$<CXX_COMPILER_ID:MSVC>:-Wall;/wd4582;/wd4583;/wd4625;/wd4626;/wd4710;/wd4711;/wd4820;/wd4868>
PRIVATE $<$<CXX_COMPILER_ID:AppleClang,Clang,GNU>:-Wall;-Wextra;-pedantic>)

option(BUILD_TESTS "Build test programs" OFF)
Expand Down

0 comments on commit 1a9a0a3

Please sign in to comment.