summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2012-03-08 19:34:58 +0000
committerHoward Hinnant <hhinnant@apple.com>2012-03-08 19:34:58 +0000
commitf2ebd5904c06ebca3c759d0b8ca877ffaee62daf (patch)
tree24d28e39d59e60960e1d7114933325d2af0a7e53 /lib
parent3e5c7d0cdb8e17531d5d09f5df1d4ed85d84f356 (diff)
Enable/silence -Wshadow.
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@152325 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rwxr-xr-xlib/buildit2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/buildit b/lib/buildit
index 342543a..8ebae2d 100755
--- a/lib/buildit
+++ b/lib/buildit
@@ -28,7 +28,7 @@ then
fi
EXTRA_FLAGS="-std=c++0x -stdlib=libc++ -fstrict-aliasing -Wstrict-aliasing=2 \
- -Wsign-conversion -Wnewline-eof"
+ -Wsign-conversion -Wshadow -Wnewline-eof"
case $TRIPLE in
*-apple-*)