From 520dc52b4a04b545ddaf9c31be79765fb64562fb Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Sat, 5 Oct 2013 00:13:31 +0000 Subject: [PATCH] G M: Remove unneeded warnings in buildit that are hindering porting. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@192012 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/buildit | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/buildit b/lib/buildit index aa4f10e2..af6b4668 100755 --- a/lib/buildit +++ b/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-*)