We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc570f commit 0d764d0Copy full SHA for 0d764d0
cmake/modules/SwiftSharedCMakeConfig.cmake
@@ -297,11 +297,6 @@ macro(swift_common_cxx_warnings)
297
endif()
298
299
300
- check_cxx_compiler_flag("-Werror -Wdocumentation" CXX_SUPPORTS_DOCUMENTATION_FLAG)
301
- if(CXX_SUPPORTS_DOCUMENTATION_FLAG)
302
- add_compile_options($<$<COMPILE_LANGUAGE:CXX>:-Wdocumentation>)
303
- endif()
304
-
305
check_cxx_compiler_flag("-Werror -Wimplicit-fallthrough" CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG)
306
if(CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG)
307
add_compile_options($<$<COMPILE_LANGUAGE:CXX>:-Wimplicit-fallthrough>)
0 commit comments