Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Xcode "format string issue" in 64-bit #20

Open
martinjbaker opened this issue Aug 27, 2014 · 0 comments
Open

Xcode "format string issue" in 64-bit #20

martinjbaker opened this issue Aug 27, 2014 · 0 comments

Comments

@martinjbaker
Copy link
Contributor

This line in UIImage+Resize.m

[NSException raise:NSInvalidArgumentException format:@"Unsupported content mode: %d", contentMode];

gives an Xcode warning when running in 64-bit:

Format specifies type 'int' but the argument has type 'UIViewContentMode' (aka 'enum UIViewContentMode')

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant