We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac03f41 commit c8fcaf5Copy full SHA for c8fcaf5
cmake/CCCLBuildCompilerTargets.cmake
@@ -202,7 +202,6 @@ function(cccl_build_compiler_targets)
202
#
203
# append_option_if_available("-pedantic" cxx_compile_options)
204
append_option_if_available("-Wsign-compare" cxx_compile_options)
205
- append_option_if_available("-Wshadow" cxx_compile_options)
206
append_option_if_available(
207
"-Warray-bounds-pointer-arithmetic"
208
cxx_compile_options
0 commit comments