From 6fa38f5ba5bc16c4ef7b902809d492ab422a74dd Mon Sep 17 00:00:00 2001 From: Akira Hatanaka Date: Wed, 27 Jan 2016 01:55:11 +0000 Subject: [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 --- libcxx/lib/buildit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcxx/lib/buildit') diff --git a/libcxx/lib/buildit b/libcxx/lib/buildit index 7e3bc2ed2a9..6451a9bfad6 100755 --- a/libcxx/lib/buildit +++ b/libcxx/lib/buildit @@ -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-*) -- cgit v1.2.3