summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2012-03-08 20:55:13 +0000
committerHoward Hinnant <hhinnant@apple.com>2012-03-08 20:55:13 +0000
commit3edfd1b86d1d87f6796b1a1e87200a5d8be7b545 (patch)
tree1f6c13e30c264c23c9a87eecf080fa488b247c28 /lib
parentffdd8c414f615bb056bbe04c25045355ecbcce11 (diff)
Enable -Wstrict-aliasing=2 -Wstrict-overflow=4.
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@152338 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 9a29b8f..9baaa49 100755
--- a/lib/buildit
+++ b/lib/buildit
@@ -31,7 +31,7 @@ EXTRA_FLAGS="-std=c++0x -stdlib=libc++ -fstrict-aliasing -Wstrict-aliasing=2 \
-Wsign-conversion -Wshadow -Wconversion -Wunused-variable \
-Wmissing-field-initializers -Wchar-subscripts -Wmismatched-tags \
-Wmissing-braces -Wshorten-64-to-32 -Wsign-compare \
- -Wstrict-aliasing=2 -Wnewline-eof"
+ -Wstrict-aliasing=2 -Wstrict-overflow=4 -Wnewline-eof"
case $TRIPLE in
*-apple-*)