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

minor changes to remove a few warnings #76

Merged
merged 2 commits into from
Nov 22, 2011
Merged

minor changes to remove a few warnings #76

merged 2 commits into from
Nov 22, 2011

Conversation

kognate
Copy link
Contributor

@kognate kognate commented Nov 22, 2011

These are very minor changes to remove a few warnings, all but one is related to the use of a deprecated method on NSString (initWithContentsOfString).

The other warning was caused by a non-mutable object being assigned to a mutable one (this was fixed with mutableCopy).

@rentzsch
Copy link
Owner

Thanks! Pulled.

rentzsch added a commit that referenced this pull request Nov 22, 2011
[FIX] Stop using deprecated -[NSString initWithContentsOfFile:]. Fix a type error in MiscMerge. (Joshua Smith)
@rentzsch rentzsch merged commit dc55ebb into rentzsch:master Nov 22, 2011
rentzsch added a commit that referenced this pull request Dec 8, 2011
seanroehnelt pushed a commit to kiha/mogenerator that referenced this pull request Jan 19, 2012
ddrccw pushed a commit to ddrccw/mogenerator that referenced this pull request Jan 20, 2014
[FIX] Stop using deprecated -[NSString initWithContentsOfFile:]. Fix a type error in MiscMerge. (Joshua Smith)
ddrccw pushed a commit to ddrccw/mogenerator that referenced this pull request Jan 20, 2014
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.

2 participants