In my application I use 3rd party code that triggers some warnings. I reviewed them and they can be safely ignored.
Now I want to \"mark\" a file somehow, so Xcode w
Select Project in left navigator and select target go to build phase and Put -w in Build Phase of target file. It will hide all compiler warnings