Skip to content
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

Add -Wno-implicit-retain-self to podspec + smaller cleanups #trivial #1209

Merged
merged 1 commit into from
Nov 4, 2018

Conversation

maicki
Copy link
Contributor

@maicki maicki commented Nov 2, 2018

Cleanup warnings in ASDKgram and enable CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF to have the same settings as Xcode by default.

@Adlai-Holler
Copy link
Member

We all know it's generally bad to silence warnings, but in this case we will still get retain cycle warnings (-Warc-retain-cycles) and even as of Xcode 10.1, the compiler isn't smart enough to silence these warnings for noescape blocks.

I'd rather silence this semi-pedantic warning than add more friction and mess when using blocks.

@maicki maicki merged commit aad0b5d into master Nov 4, 2018
@maicki maicki deleted the MSMoreCleanup branch November 6, 2018 03:18
mikezucc pushed a commit to mikezucc/Texture that referenced this pull request Nov 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants