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

Using 'stringWithString:' with a literal is redundant #21

Open
borut-t opened this issue Aug 28, 2013 · 1 comment
Open

Using 'stringWithString:' with a literal is redundant #21

borut-t opened this issue Aug 28, 2013 · 1 comment

Comments

@borut-t
Copy link

borut-t commented Aug 28, 2013

On line 360 I get the following compiler warning regarding NSString:

TBXML.m:360:25: Using 'stringWithString:' with a literal is redundant

Could you please fix this line from

value = [NSString stringWithString:@""];

to

value = @"";

Thanks!

@MartinMReed
Copy link

See pull request #9.

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

No branches or pull requests

2 participants