I have a third party project in my Xcode workspace (it\'s a dependency for my main project) and I want Xcode to ignore all build warnings from that third party project.
Go to Build Phases > Compile Sources. Optionally filter the list. Select the ones you want to exclude and then double click in the blank area under the Compiler Flags column. Add -w and hit return: