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
This commit is contained in:
parent
adb73b1701
commit
520dc52b4a
@ -36,8 +36,7 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
EXTRA_FLAGS="-nostdinc++ -std=c++11 -fstrict-aliasing -Wall -Wextra -Wshadow -Wconversion \
|
EXTRA_FLAGS="-nostdinc++ -std=c++11 -fstrict-aliasing -Wall -Wextra -Wshadow -Wconversion \
|
||||||
-Wnewline-eof -Wpadded -Wmissing-prototypes -Wstrict-aliasing=2 \
|
-Wpadded -Wstrict-aliasing=2 -Wstrict-overflow=4 "
|
||||||
-Wstrict-overflow=4 "
|
|
||||||
|
|
||||||
case $TRIPLE in
|
case $TRIPLE in
|
||||||
*-apple-*)
|
*-apple-*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user