removing -Weffc++ fix
This commit is contained in:
parent
95265de0cd
commit
dec18b8d7f
@ -99,8 +99,7 @@ endif()
|
|||||||
|
|
||||||
target_compile_options(yaml-cpp
|
target_compile_options(yaml-cpp
|
||||||
PRIVATE
|
PRIVATE
|
||||||
$<${not-msvc}:-Wall -Wextra -Wshadow -Wno-long-long>
|
$<${not-msvc}:-Wall -Wextra -Wshadow -Weffc++ -Wno-long-long>
|
||||||
$<$<BOOL:${YAML_CPP_MASTER_PROJECT}>:-Weffc++>
|
|
||||||
$<${not-msvc}:-pedantic -pedantic-errors>
|
$<${not-msvc}:-pedantic -pedantic-errors>
|
||||||
|
|
||||||
$<$<AND:${backport-msvc-runtime},${msvc-rt-mtd-static}>:-MTd>
|
$<$<AND:${backport-msvc-runtime},${msvc-rt-mtd-static}>:-MTd>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user