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 6f37524 commit bffb37eCopy full SHA for bffb37e
test/Interop/Cxx/objc-correctness/pthread_mutexattr_t.swift
@@ -1,6 +1,9 @@
1
// RUN: %target-typecheck-verify-swift -verify-ignore-unknown -I %S/Inputs -enable-objc-interop -enable-experimental-cxx-interop
2
// REQUIRES: OS=macosx
3
4
+// Temporarily disable (rdar://128544755)
5
+// REQUIRES: rdar128544755
6
+
7
import Darwin
8
9
_ = pthread_mutexattr_t() // expected-warning {{'init()' is deprecated: This zero-initializes the backing memory of the struct}}
0 commit comments