We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2ab045 + d39f009 commit 856f27fCopy full SHA for 856f27f
cmake/Helpers.cmake
@@ -62,7 +62,6 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang|GNU|AppleClang")
62
-pedantic-errors # Like -pedantic but issue them as errors.
63
-Wsign-conversion # Warns about implicit conversions between signed and unsigned types.
64
-Wshadow # Warn when one variable shadows another (globally).
65
- -Wshadow=local # Warn when one local variable shadows another local variable or parameter.
66
)
67
endif()
68
0 commit comments