From dec18b8d7f25bed77dd3bee44d9c3874437ae7a7 Mon Sep 17 00:00:00 2001 From: Jason Beach Date: Wed, 21 Jul 2021 13:12:08 -0400 Subject: [PATCH] removing -Weffc++ fix --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c613cd..8b43a80 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -99,8 +99,7 @@ endif() target_compile_options(yaml-cpp PRIVATE - $<${not-msvc}:-Wall -Wextra -Wshadow -Wno-long-long> - $<$:-Weffc++> + $<${not-msvc}:-Wall -Wextra -Wshadow -Weffc++ -Wno-long-long> $<${not-msvc}:-pedantic -pedantic-errors> $<$:-MTd>