mbcharbonneau / UIImage-Categories

🛠 A fork of Trevor Harmon's UIImage category methods, updated for the latest versions of iOS.
http://vocaro.com/trevor/blog/2009/10/12/resize-a-uiimage-the-right-way/
MIT License
492 stars 152 forks source link

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

Open martinjbaker opened 10 years ago

martinjbaker commented 10 years ago

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')