diff options
| author | Eric Christopher <echristo@gmail.com> | 2013-05-14 21:52:01 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2013-05-14 21:52:01 +0000 |
| commit | 3c190d7d1c07f79e3d3655ac89a5f3334b260616 (patch) | |
| tree | 0dd2228ea409272bc26e97e121cffe2a04d4e8bb | |
| parent | 80d2dbe5cfe7c97c446dbbdb5780f64d9062ddd3 (diff) | |
| download | bcm5719-llvm-3c190d7d1c07f79e3d3655ac89a5f3334b260616.tar.gz bcm5719-llvm-3c190d7d1c07f79e3d3655ac89a5f3334b260616.zip | |
Revert previous patch, it's actually on under Wall.
llvm-svn: 181837
| -rw-r--r-- | llvm/Makefile.rules | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules index 396262aad2e..f0c542b7f82 100644 --- a/llvm/Makefile.rules +++ b/llvm/Makefile.rules @@ -674,8 +674,7 @@ CompileCommonOpts += -Wall -W -Wno-unused-parameter -Wwrite-strings \ $(NO_UNINITIALIZED) $(NO_MAYBE_UNINITIALIZED) \ $(NO_MISSING_FIELD_INITIALIZERS) # Enable cast-qual for C++; the workaround is to use const_cast. -# Also enable -Wreorder. -CXX.Flags += -Wcast-qual -Wreorder +CXX.Flags += -Wcast-qual ifeq ($(HOST_OS),HP-UX) CompileCommonOpts := -D_REENTRANT -D_HPUX_SOURCE |

