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