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 75be0d6 commit 47f2159Copy full SHA for 47f2159
stdlib/public/core/CMakeLists.txt
@@ -318,7 +318,6 @@ list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "Macros")
318
list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "FreestandingMacros")
319
list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "Extern")
320
list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "BitwiseCopyable")
321
-list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "WarnUnsafe")
322
323
if("${SWIFT_NATIVE_SWIFT_TOOLS_PATH}" STREQUAL "")
324
set(swift_bin_dir "${CMAKE_BINARY_DIR}/bin")
0 commit comments