We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a53b678 commit 4c7ff1bCopy full SHA for 4c7ff1b
1 file changed
CMakeLists.txt
@@ -37,7 +37,7 @@ if(NOT CMAKE_CONFIGURATION_TYPES)
37
endif()
38
39
include( ExternalProject )
40
-set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pipe -Werror -Wparentheses -Wno-array-bounds -Wno-unused-result -std=gnu99 -D_DEFAULT_SOURCE")
+set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pipe -Werror -Wparentheses -Wno-array-bounds -Wno-unused-result -Wconversion -std=gnu99 -D_DEFAULT_SOURCE")
41
42
43
if(DEFINED ENABLE_CODE_COVERAGE)
0 commit comments