We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c98d6f commit 007e88bCopy full SHA for 007e88b
cmake/compiler_utils.cmake
@@ -8,7 +8,7 @@ endfunction()
8
# Prepares warnings setup for current target
9
function(compiler_get_warnings_setup VARNAME)
10
if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
11
- set(WARNINGS_SETUP "-Wall -Wextra -pedantic -Wno-long-long")
+ set(WARNINGS_SETUP "-Wall -Wextra -pedantic -Wconversion -Wno-long-long")
12
elseif ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
13
set(WARNINGS_SETUP_LIST "-Weverything"
14
"-Wno-system-headers"
0 commit comments