Is there any #pragmaway for gcc / Xcode to suppress certain warnings similar to Java annotation @SuppressWarning?
I compile with -Wall, as a rule, but there are some situations where I would just ignore a specific warning (for example, when writing some kind of quick / dirty code to help debug something).
I am not looking for "fix code" answers.
source
share