views:

93

answers:

0

I'd like my Xcode project to go through a Build And Analyze step without generating any errors, warnings, or static analysis messages. A problem with this is that my project includes libraries that generate (possibly innocuous) warnings and static analysis messages.

I can't find a way to disable specific Clang warnings so that "my" code builds with zero issues. Is this possible?

related questions