瀏覽代碼

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

Michele Caini 1 年之前
父節點
當前提交
ddbfaa2dc6
共有 1 個文件被更改,包括 1 次插入0 次删除
  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>