summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/conditional-expr.c
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-11-06 05:24:12 +0000
committerDouglas Gregor <dgregor@apple.com>2009-11-06 05:24:12 +0000
commit6af6c3ee565e854e89be248682490ea9d6b10ca7 (patch)
tree98332fd72683313480a31d2b460b724008d8d89c /clang/test/Sema/conditional-expr.c
parent46b5c642b9baca354ba18f3dbb37f4020848d0f3 (diff)
downloadbcm5719-llvm-6af6c3ee565e854e89be248682490ea9d6b10ca7.tar.gz
bcm5719-llvm-6af6c3ee565e854e89be248682490ea9d6b10ca7.zip
Turn off -Wsign-compare warnings by default
llvm-svn: 86233
Diffstat (limited to 'clang/test/Sema/conditional-expr.c')
-rw-r--r--clang/test/Sema/conditional-expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/conditional-expr.c b/clang/test/Sema/conditional-expr.c
index 3bfeae5d4c5..8cac32c82f4 100644
--- a/clang/test/Sema/conditional-expr.c
+++ b/clang/test/Sema/conditional-expr.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify -pedantic %s
+// RUN: clang-cc -fsyntax-only -verify -pedantic -Wsign-compare %s
void foo() {
*(0 ? (double *)0 : (void *)0) = 0;
// FIXME: GCC doesn't consider the the following two statements to be errors.
OpenPOWER on IntegriCloud