Author: hhinnant
Date: Fri Oct  4 19:13:31 2013
New Revision: 192012

URL: http://llvm.org/viewvc/llvm-project?rev=192012&view=rev
Log:
G M:  Remove unneeded warnings in buildit that are hindering porting.

Modified:
    libcxx/trunk/lib/buildit

Modified: libcxx/trunk/lib/buildit
URL: 
http://llvm.org/viewvc/llvm-project/libcxx/trunk/lib/buildit?rev=192012&r1=192011&r2=192012&view=diff
==============================================================================
--- libcxx/trunk/lib/buildit (original)
+++ libcxx/trunk/lib/buildit Fri Oct  4 19:13:31 2013
@@ -36,8 +36,7 @@ then
 fi
 
 EXTRA_FLAGS="-nostdinc++ -std=c++11 -fstrict-aliasing -Wall -Wextra -Wshadow 
-Wconversion \
-             -Wnewline-eof -Wpadded -Wmissing-prototypes -Wstrict-aliasing=2 \
-             -Wstrict-overflow=4 "
+             -Wpadded -Wstrict-aliasing=2 -Wstrict-overflow=4 "
 
 case $TRIPLE in
   *-apple-*)


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to