summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2013-10-05 00:13:31 +0000
committerHoward Hinnant <hhinnant@apple.com>2013-10-05 00:13:31 +0000
commit68a26105200dcf8efda329d7b26811c20ca145ce (patch)
tree85ff0a148d26d182a531d9d7d5bcad9d78307ac4
parentf01b562a15caf8acd95d2d580de534352d855447 (diff)
downloadbcm5719-llvm-68a26105200dcf8efda329d7b26811c20ca145ce.tar.gz
bcm5719-llvm-68a26105200dcf8efda329d7b26811c20ca145ce.zip
G M: Remove unneeded warnings in buildit that are hindering porting.
llvm-svn: 192012
-rwxr-xr-xlibcxx/lib/buildit3
1 files changed, 1 insertions, 2 deletions
diff --git a/libcxx/lib/buildit b/libcxx/lib/buildit
index aa4f10e2859..af6b4668ce5 100755
--- a/libcxx/lib/buildit
+++ b/libcxx/lib/buildit
@@ -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-*)
OpenPOWER on IntegriCloud