diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 79a031c..f37bef5 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -237,7 +237,9 @@ else() -Wextra -Wpedantic -Wshadow - -Wsign-conversion + $<$, $>>: + -Wsign-conversion # happens to trigger on googletest + > $<$,$>: -Weverything -Wno-c++98-compat @@ -245,12 +247,6 @@ else() -Wno-missing-prototypes -Wno-unknown-attributes -Wno-weak-vtables - $<$: - $<$: - -Wzero-as-null-pointer-constant- # Very noisy, minor, and just so - -Wsign-conversion- # happens to trigger on googletest - > - > > $<$: -Wdouble-promotion # float implicit to double