From bbc3bc232c2e68a7392a3254de949d267377f13d Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Tue, 6 Jun 2023 10:43:32 -0400 Subject: [PATCH] Add Wfloat-conversion to warning list --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b621e41b..1da5dd60 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -108,6 +108,7 @@ target_compile_options(${PROJECT_NAME}_warnings INTERFACE -Wall -Wextra + -Wfloat-conversion -Wpedantic -Wno-sign-compare $<$:-Wno-comma-subscript>