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

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -