-
Notifications
You must be signed in to change notification settings - Fork 950
Clean up warning flags #2456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean up warning flags #2456
Conversation
I will also cleanup related sets of warning flags. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please merge when Travis is happy.
…be rationalized.
…m to be supported by Kokoro?
f42682e
to
be28aaf
Compare
Codecov Report
@@ Coverage Diff @@
## develop #2456 +/- ##
==========================================
Coverage ? 44.14%
==========================================
Files ? 251
Lines ? 24478
Branches ? 2166
==========================================
Hits ? 10805
Misses ? 13650
Partials ? 23
Continue to review full report at Codecov.
|
Travis is happy, merging. |
* Documented, clarified, and cleaned up warning flags. * Fixed places where properties are missing `nonatomic`. * Removed unused MDC_DEPRECATION_WARNINGS. * Reviewer suggestions. * Changed -Wshadow-all back to -Wshadow, since -Wshadow-all doesn't seem to be supported by Kokoro?
-Wunused-*
flags.-Wunused-parameter
flag.One cleanup ended up enabling
-Wcustom-atomic-properties
, so I fixed those errors.