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

Fix format string warning in -[JMStaticContentTableViewSection description] #11

Merged
merged 1 commit into from
Feb 3, 2014

Conversation

cdzombak
Copy link
Contributor

@cdzombak cdzombak commented Feb 3, 2014

This fixes the following warning:

JMStaticContentTableViewController/JMStaticContentTableViewSection.m:134:46: Values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead

when building for 64-bit platforms.

…ption]

This fixes the following warning:

> `JMStaticContentTableViewController/JMStaticContentTableViewSection.m:134:46: Values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead`

when building for 64-bit platforms.
@mbbischoff
Copy link
Contributor

Thanks @cdzombak. Looks good.

mbbischoff added a commit that referenced this pull request Feb 3, 2014
Fix format string warning in -[JMStaticContentTableViewSection description]
@mbbischoff mbbischoff merged commit c1f099e into jakemarsh:master Feb 3, 2014
@cdzombak
Copy link
Contributor Author

@mattbischoff would you like a PR pushing the podspec version to 0.3.1?

@mbbischoff
Copy link
Contributor

Sure thing.

@cdzombak
Copy link
Contributor Author

Sure thing.

See: #12

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