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

DTHTMLWriter has analyzer warnings #735

Closed
nesterenkodm opened this issue Mar 6, 2014 · 1 comment
Closed

DTHTMLWriter has analyzer warnings #735

nesterenkodm opened this issue Mar 6, 2014 · 1 comment
Assignees
Labels
Milestone

Comments

@nesterenkodm
Copy link

.../DTCoreText/Core/Source/DTHTMLWriter.m:409:6: warning: Value stored to 'name' is never read
                                        name = @"ol";
                                        ^      ~~~~~
.../DTCoreText/Core/Source/DTHTMLWriter.m:413:6: warning: Value stored to 'name' is never read
                                        name = @"ul";
                                        ^      ~~~~~
2 warnings generated.
@odrobnik odrobnik added this to the 1.6.11 milestone Mar 12, 2014
@odrobnik odrobnik added the Bug label Mar 12, 2014
odrobnik added a commit that referenced this issue Mar 12, 2014
@odrobnik
Copy link
Collaborator

fixed in b104f6e

@odrobnik odrobnik self-assigned this Mar 18, 2014
odrobnik added a commit that referenced this issue Mar 18, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants