Remove unused check for -Wshadow

Looks like an unused leftover
This commit is contained in:
Robert Schulze 2022-05-10 16:20:54 +02:00
parent fc08b914ca
commit 48e8c6185c
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -3,6 +3,5 @@ include (CheckCCompilerFlag)
check_cxx_compiler_flag("-Wreserved-identifier" HAS_RESERVED_IDENTIFIER)
check_cxx_compiler_flag("-Wsuggest-destructor-override" HAS_SUGGEST_DESTRUCTOR_OVERRIDE)
check_cxx_compiler_flag("-Wshadow" HAS_SHADOW)
check_cxx_compiler_flag("-Wsuggest-override" HAS_SUGGEST_OVERRIDE)
check_cxx_compiler_flag("-Xclang -fuse-ctor-homing" HAS_USE_CTOR_HOMING)