فهرست منبع

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
                 -fvisibility=hidden
                 -pedantic
                 -pedantic
                 -Wall
                 -Wall
+                -Wconversion
                 -Wno-deprecated-declarations
                 -Wno-deprecated-declarations
                 -Wshadow
                 -Wshadow
                 $<$<CONFIG:Debug>:-O0 -g>
                 $<$<CONFIG:Debug>:-O0 -g>