[llvm] r181837 - Revert previous patch, it's actually on under Wall.
Eric Christopher
echristo at gmail.com
Tue May 14 14:52:01 PDT 2013
Author: echristo
Date: Tue May 14 16:52:01 2013
New Revision: 181837
URL: http://llvm.org/viewvc/llvm-project?rev=181837&view=rev
Log:
Revert previous patch, it's actually on under Wall.
Modified:
llvm/trunk/Makefile.rules
Modified: llvm/trunk/Makefile.rules
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/Makefile.rules?rev=181837&r1=181836&r2=181837&view=diff
==============================================================================
--- llvm/trunk/Makefile.rules (original)
+++ llvm/trunk/Makefile.rules Tue May 14 16:52:01 2013
@@ -674,8 +674,7 @@ CompileCommonOpts += -Wall -W -Wno-unuse
$(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
More information about the llvm-commits
mailing list