[libcxx] r192012 - G M: Remove unneeded warnings in buildit that are hindering porting.
Howard Hinnant
hhinnant at apple.com
Fri Oct 4 17:13:31 PDT 2013
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-*)
More information about the cfe-commits
mailing list