Skip to content

Commit 4c7ff1b

Browse files
committed
wip:nomerge: set conversion warning to help identify conversion issues
Relates-to: #47
1 parent a53b678 commit 4c7ff1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if(NOT CMAKE_CONFIGURATION_TYPES)
3737
endif()
3838

3939
include( ExternalProject )
40-
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pipe -Werror -Wparentheses -Wno-array-bounds -Wno-unused-result -std=gnu99 -D_DEFAULT_SOURCE")
40+
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pipe -Werror -Wparentheses -Wno-array-bounds -Wno-unused-result -Wconversion -std=gnu99 -D_DEFAULT_SOURCE")
4141

4242

4343
if(DEFINED ENABLE_CODE_COVERAGE)

0 commit comments

Comments
 (0)