diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2012-02-28 19:26:56 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2012-02-28 19:26:56 +0000 |
commit | 0bd3913d9607b273b239a3ddb5199bc38b818658 (patch) | |
tree | a7188823ae22c540beca5da3e6f31ca4d2de354f /llvm/Makefile.rules | |
parent | e0a7c28627fecb00aad5cefca98c57d0fdc987de (diff) | |
download | bcm5719-llvm-0bd3913d9607b273b239a3ddb5199bc38b818658.tar.gz bcm5719-llvm-0bd3913d9607b273b239a3ddb5199bc38b818658.zip |
Temporarily revert r151609, which enabled a new warning for LLVM and
Clang builds. The detection logic for compilers that support the warning
isn't working. Rafael is going to investigate it, but didn't want people
to have to wade through build spam until then.
llvm-svn: 151649
Diffstat (limited to 'llvm/Makefile.rules')
-rw-r--r-- | llvm/Makefile.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules index a56f26edb35..a1edb6b7dd8 100644 --- a/llvm/Makefile.rules +++ b/llvm/Makefile.rules @@ -650,7 +650,7 @@ ifndef NO_PEDANTIC CompileCommonOpts += -pedantic -Wno-long-long endif CompileCommonOpts += -Wall -W -Wno-unused-parameter -Wwrite-strings \ - $(EXTRA_OPTIONS) $(COVERED_SWITCH_DEFAULT) + $(EXTRA_OPTIONS) # Enable cast-qual for C++; the workaround is to use const_cast. CXX.Flags += -Wcast-qual |