Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iOSThirdRepo
ReactiveCocoa
Commits
04996618
Commit
04996618
authored
12 years ago
by
Justin Spahr-Summers
Browse files
Options
Download
Plain Diff
Merge pull request #10 from jspahrsummers/no-warn-weak
Don't warn about weak refs
parents
6186be7d
8fc1ea5a
0.5.1
0.5
0.4
0.3.3
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Base/Common.xcconfig
+2
-2
Base/Common.xcconfig
with
2 additions
and
2 deletions
+2
-2
Base/Common.xcconfig
+
2
-
2
View file @
04996618
...
...
@@ -47,8 +47,8 @@ CLANG_WARN_IMPLICIT_SIGN_CONVERSION = NO
// For example, this can catch issues when one incorrectly intermixes using NSNumbers and raw integers.
CLANG_WARN_INT_CONVERSION = YES
//
W
arn about repeatedly using a weak reference without assigning the weak reference to a strong reference.
CLANG_WARN_OBJC_REPEATED_USE_OF_WEAK =
YES
//
Don't w
arn about repeatedly using a weak reference without assigning the weak reference to a strong reference.
Too many false positives.
CLANG_WARN_OBJC_REPEATED_USE_OF_WEAK =
NO
// Warn about classes that unintentionally do not subclass a root class (such as NSObject).
CLANG_WARN_OBJC_ROOT_CLASS = YES
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets