From ddbfaa2dc69739781de8a8e78a61da83eede65f8 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Thu, 6 Feb 2025 16:00:53 +0100 Subject: [PATCH] build: try to enable -Wconversion on the CI (see #1215) --- test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 4cfc2f5da..39e7f6b4c 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -70,6 +70,7 @@ function(SETUP_TARGET TARGET_NAME) -fvisibility=hidden -pedantic -Wall + -Wconversion -Wno-deprecated-declarations -Wshadow $<$:-O0 -g>