From c9c27e39d527125729389a67eb54540080b1cd9c Mon Sep 17 00:00:00 2001 From: Dmitry Kobets Date: Tue, 30 Nov 2021 13:35:20 -0800 Subject: [PATCH] Also add suppression for noexcept tests --- tests/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) 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