How to disable the following warning in Xcode:
Values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead
Please note that I want to disable the warning only, I know can cast the NSInteger to long, but I don't want to.