diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2012-02-28 23:32:06 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2012-02-28 23:32:06 +0000 |
| commit | 42e94d11a199e50f01a95cccb438bee73e9b06c6 (patch) | |
| tree | 5737dc630722275972f36c5f98223d89bd814f05 /llvm/Makefile.rules | |
| parent | 0f70a6f51e7e98c83cf245e358a465d3c32c13a1 (diff) | |
| download | bcm5719-llvm-42e94d11a199e50f01a95cccb438bee73e9b06c6.tar.gz bcm5719-llvm-42e94d11a199e50f01a95cccb438bee73e9b06c6.zip | |
Enable -Wcovered-switch-default again, but add -Werror to the checks to make
sure we don't use it with compilers that don't support it.
llvm-svn: 151665
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 a1edb6b7dd8..a56f26edb35 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) + $(EXTRA_OPTIONS) $(COVERED_SWITCH_DEFAULT) # Enable cast-qual for C++; the workaround is to use const_cast. CXX.Flags += -Wcast-qual |

