How can I disable one warning in one place only?
I have one variable which I temporarily don't use. Xcode shows me a warning about the "unused variable". I want to disable the warning, but for this variable only, not all warnings of this type.
Is it possible without setting/getting this variable's value?