G M: Remove unneeded warnings in buildit that are hindering porting.

llvm-svn: 192012
This commit is contained in:
Howard Hinnant 2013-10-05 00:13:31 +00:00
parent f01b562a15
commit 68a2610520
1 changed files with 1 additions and 2 deletions

View File

@ -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-*)