Clang LLVM doesn't generate warnings in Xcode
- by John Gallagher
I want lots of lovely warnings when compiling.
I've set my build configuration to be based on a build config file I have. When I switch to GCC 4.0, it generates all the required warnings.
As soon as I change to the Clang LLVM compiler, all the warnings disappear. Every other setting is identical.
What am I missing?