We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0bf1a commit 7c59a0fCopy full SHA for 7c59a0f
1 file changed
Base/Common.xcconfig
@@ -47,6 +47,9 @@ CLANG_WARN_IMPLICIT_SIGN_CONVERSION = NO
47
// For example, this can catch issues when one incorrectly intermixes using NSNumbers and raw integers.
48
CLANG_WARN_INT_CONVERSION = YES;
49
50
+// Warn about repeatedly using a weak reference without assigning the weak reference to a strong reference.
51
+CLANG_WARN_OBJC_REPEATED_USE_OF_WEAK = YES
52
+
53
// Warn about classes that unintentionally do not subclass a root class (such as NSObject).
54
CLANG_WARN_OBJC_ROOT_CLASS = YES
55
0 commit comments