forked from OSchip/llvm-project
G M: Remove unneeded warnings in buildit that are hindering porting.
llvm-svn: 192012
This commit is contained in:
parent
f01b562a15
commit
68a2610520
|
@ -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-*)
|
||||
|
|
Loading…
Reference in New Issue