diff --git a/CMakeLists.txt b/CMakeLists.txt index a9e331308..ef28210e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -137,7 +137,7 @@ target_compile_options(gil_compile_options $<$:-W4> $<$:-bigobj> $<$:-FC> # Need absolute path for __FILE__ used in tests - $<$, $>:-fstrict-aliasing -pedantic + $<$,$>:-fstrict-aliasing -pedantic -Wall -Wconversion -Wextra -Wfloat-equal -Wshadow -Wsign-promo -Wstrict-aliasing -Wunused-parameter >)