Răsfoiți Sursa

build: try to enable -Wconversion on the CI (see #1215)

Michele Caini 1 an în urmă
părinte
comite
ddbfaa2dc6
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      test/CMakeLists.txt

+ 1 - 0
test/CMakeLists.txt

@@ -70,6 +70,7 @@ function(SETUP_TARGET TARGET_NAME)
                 -fvisibility=hidden
                 -pedantic
                 -Wall
+                -Wconversion
                 -Wno-deprecated-declarations
                 -Wshadow
                 $<$<CONFIG:Debug>:-O0 -g>