forked from OSchip/llvm-project
[libcxx] Remove -Wpadded from buildit script.
Per discussion with Eric and Joerg, this commit removes -Wpadded to silence the warning about the padding inserted at the tail of struct _Rep_base. rdar://problem/23932550 llvm-svn: 258900
This commit is contained in:
parent
3e80c4af7b
commit
6fa38f5ba5
|
@ -41,7 +41,7 @@ then
|
|||
fi
|
||||
|
||||
EXTRA_FLAGS="-nostdinc++ -std=${CXX_LANG} -fstrict-aliasing -Wall -Wextra -Wshadow -Wconversion \
|
||||
-Wpadded -Wstrict-aliasing=2 -Wstrict-overflow=4 "
|
||||
-Wstrict-aliasing=2 -Wstrict-overflow=4 "
|
||||
|
||||
case $TRIPLE in
|
||||
*-apple-*)
|
||||
|
|
Loading…
Reference in New Issue