Removed flag -Wsign-conversion for now due to excessive warnings from boost
This commit is contained in:
parent
1bfa70cc01
commit
44b787e27a
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ option(BUILD_TESTING "set ON to build library tests" OFF)
|
||||||
option(USE_OPENSSL "set OFF to build without OpenSSL" ON)
|
option(USE_OPENSSL "set OFF to build without OpenSSL" ON)
|
||||||
|
|
||||||
if(NOT MSVC)
|
if(NOT MSVC)
|
||||||
add_compile_options(-std=c++11 -Wall -Wextra -Wsign-conversion)
|
add_compile_options(-std=c++11 -Wall -Wextra)
|
||||||
if (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
|
if (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
|
||||||
add_compile_options(-Wthread-safety)
|
add_compile_options(-Wthread-safety)
|
||||||
endif()
|
endif()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue