Skip to content

Commit 47f2159

Browse files
committed
Remove WarnUnsafe from the standard library build until we're ready to deal with the warnings
1 parent 75be0d6 commit 47f2159

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/public/core/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "Macros")
318318
list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "FreestandingMacros")
319319
list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "Extern")
320320
list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "BitwiseCopyable")
321-
list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "WarnUnsafe")
322321

323322
if("${SWIFT_NATIVE_SWIFT_TOOLS_PATH}" STREQUAL "")
324323
set(swift_bin_dir "${CMAKE_BINARY_DIR}/bin")

0 commit comments

Comments
 (0)