-
Notifications
You must be signed in to change notification settings - Fork 3
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
Copy MDC-iOS' warnings. #3
base: develop
Are you sure you want to change the base?
Conversation
…be rationalized.
Are we intentionally disabling all of the |
strict_warnings_objc_library.bzl
Outdated
# * Our basic warnings cover most things and make warnings into errors. | ||
# * If a warning is (transitively) enabled by our basic warnings, do not include it separately. | ||
# * For warnings not enabled by our basic warnings, add them to the extra warnings. | ||
# * To change a warning-as-error into just a warning, add it to the ignorable warnings. |
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.
"...using the format -Wno-error=<warning>
"
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.
Done
strict_warnings_objc_library.bzl
Outdated
# * If a warning is (transitively) enabled by our basic warnings, do not include it separately. | ||
# * For warnings not enabled by our basic warnings, add them to the extra warnings. | ||
# * To change a warning-as-error into just a warning, add it to the ignorable warnings. | ||
# * To disable a warning completely, add it to the disabled warnings. |
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.
"...using the format -Wno-<warning>
"
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.
Done
No. |
Got it! |
Done, PTAL. |
…m to be supported by Kokoro?
Copy material-components/material-components-ios#2456 until the warnings can be rationalized.