Skip to content

Commit

Permalink
#2175: disable effc++ warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Jan 8, 2024
1 parent 18792a9 commit 8f74368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/yaml-cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ endif()

target_compile_options(yaml-cpp
PRIVATE
$<${not-msvc}:-Wall -Wextra -Wshadow -Weffc++ -Wno-long-long>
$<${not-msvc}:-Wall -Wextra -Wshadow -Wno-long-long>
$<${not-msvc}:-pedantic -pedantic-errors>

$<$<AND:${backport-msvc-runtime},${msvc-rt-mtd-static}>:-MTd>
Expand Down

0 comments on commit 8f74368

Please sign in to comment.