diff options
author | Howard Hinnant <hhinnant@apple.com> | 2013-10-05 00:13:31 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2013-10-05 00:13:31 +0000 |
commit | 68a26105200dcf8efda329d7b26811c20ca145ce (patch) | |
tree | 85ff0a148d26d182a531d9d7d5bcad9d78307ac4 /libcxx/lib | |
parent | f01b562a15caf8acd95d2d580de534352d855447 (diff) | |
download | bcm5719-llvm-68a26105200dcf8efda329d7b26811c20ca145ce.tar.gz bcm5719-llvm-68a26105200dcf8efda329d7b26811c20ca145ce.zip |
G M: Remove unneeded warnings in buildit that are hindering porting.
llvm-svn: 192012
Diffstat (limited to 'libcxx/lib')
-rwxr-xr-x | libcxx/lib/buildit | 3 |
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-*) |