removing -Weffc++ fix

This commit is contained in:
Jason Beach 2021-07-21 13:12:08 -04:00
parent 95265de0cd
commit dec18b8d7f

View File

@ -99,8 +99,7 @@ endif()
target_compile_options(yaml-cpp
PRIVATE
$<${not-msvc}:-Wall -Wextra -Wshadow -Wno-long-long>
$<$<BOOL:${YAML_CPP_MASTER_PROJECT}>:-Weffc++>
$<${not-msvc}:-Wall -Wextra -Wshadow -Weffc++ -Wno-long-long>
$<${not-msvc}:-pedantic -pedantic-errors>
$<$<AND:${backport-msvc-runtime},${msvc-rt-mtd-static}>:-MTd>