-
Notifications
You must be signed in to change notification settings - Fork 69
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
When using Cocoapods to install there are two warnings #31
Comments
+1 I also get quite a few "Semantic Issue… Code will never be executed" warnings. |
It might be a little before I can get to this, but can you let me know if it still builds and is just the warnings? If so, it will be fixed but lower pri. |
That's right — it still builds and runs. |
Thanks -- I know warnings are unneeded clutter in the build messages, and On Sat, May 30, 2015 at 10:27 AM, David Barker [email protected]
|
I also would like to see this happen. Xcode reports 80 warnings for this pod. Thanks for the great project, though! |
In the meantime, here's a branch that has most of the warnings suppressed: |
I instalIed AttributeMarkdown via the Cocoapods installation, and I get two warnings from markdown_parser.m:
Unused function 'yy_NonAlphanumeric'
Function 'yy_HtmlBlockOl' is not needed and will not be emitted
I know the Cocoapods installation is in beta, but I was curious if there was any way to eliminate this issue before I install via the lengthier method.
The text was updated successfully, but these errors were encountered: