diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 48675d9..79a031c 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -245,6 +245,12 @@ 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