In Visual C++, it’s possible to use #pragma warning (disable: ...). Also I found that in GCC you can override per file compiler flags. How can I do this...
What is the purpose of #pragma marks in Xcode? Does their location in .m files matter? Should some #pragma come before all others? Do they have to be present?...