How can I get rid of an “unused variable” warning in Xcode?

Using Xcode 4.3.2 and found out that this seems to work (less writing)

BOOL saved __unused;

Leave a Comment