Skip to content
Commit 71de6dcb authored by Duncan Sands's avatar Duncan Sands
Browse files

Don't use add_llvm_definitions for adding warning flags. It makes it too hard

to have them appear in the right order.  Instead append all warnings explicitly
to the language flags.  This was already the case for many warnings.  Fixes the
issue of -Wno-maybe-uninitialized not being effective because -Wall was being
placed after it rather than before.

llvm-svn: 177866
parent 8a1177f2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment