PrimaryFeather / Sparrow-Framework

The Open Source Game Engine for iOS
http://www.sparrow-framework.org
Other
538 stars 173 forks source link

Fix printf format specifiers OSStatus args #1073

Closed tconkling closed 12 years ago

tconkling commented 12 years ago

This just fixes a compiler warning emitted by the llvm that ships with Xcode 4.4

llvm: "Format specifies type 'unsigned int' but the argument has type 'OSStatus' (aka 'long')"

PrimaryFeather commented 12 years ago

Thanks, Tim!