objective c - How to disable "Values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead" -
how disable following warning in xcode:
values of type 'nsinteger' should not used format arguments; add explicit cast 'long' instead
please note want disable warning only, know can cast nsinteger long, don't want to.
you can use %zd nsinteger instead disable warning use #pragma
Comments
Post a Comment