From 192a2b505cd82a0a9d9b24f7eb62fadb77b692ee Mon Sep 17 00:00:00 2001 From: Dmitry Kobets Date: Tue, 30 Nov 2021 13:51:58 -0800 Subject: [PATCH] Tweak --- tests/CMakeLists.txt | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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