Skip to content

Commit

Permalink
CMake: enable -Wsign-conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Aug 21, 2018
1 parent b6a1cff commit e999462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cable_set_build_type(DEFAULT RelWithDebInfo CONFIGURATION_TYPES Debug;Release;Re

cable_configure_compiler()
# TODO: fix the warnings instead
add_compile_options(-Wno-pedantic -Wno-sign-conversion)
add_compile_options(-Wno-pedantic)

include(ProjectBinaryen)

Expand Down

0 comments on commit e999462

Please sign in to comment.