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 19, 2018
1 parent 01011fe commit 0dbc016
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 0dbc016

Please sign in to comment.