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.
2 parents 7d2d91a + 362b555 commit 3bdc2d2Copy full SHA for 3bdc2d2
cmake/modules/SwiftSharedCMakeConfig.cmake
@@ -337,7 +337,7 @@ macro(swift_common_cxx_warnings)
337
338
check_cxx_compiler_flag("-Werror -Wnested-anon-types" CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG)
339
if(CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG)
340
- add_compile_options($<$<COMPILE_LANGUAGE:CXX>:-Wnested-anon-types>)
+ add_compile_options($<$<COMPILE_LANGUAGE:CXX>:-Wno-nested-anon-types>)
341
endif()
342
343
# Check for '-fapplication-extension'. On OS X/iOS we wish to link all
0 commit comments