From ecb7e5c8afe929ee38155db94de6b084ec32a645 Mon Sep 17 00:00:00 2001 From: Roman Divacky Date: Tue, 16 Feb 2010 09:31:36 +0000 Subject: Update clang to r96341. --- test/Sema/return.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Sema/return.c') diff --git a/test/Sema/return.c b/test/Sema/return.c index 17d21789f05ad..5d1c97f2a2ef1 100644 --- a/test/Sema/return.c +++ b/test/Sema/return.c @@ -1,4 +1,4 @@ -// RUN: %clang %s -fsyntax-only -Xclang -verify -fblocks +// RUN: %clang %s -fsyntax-only -Xclang -verify -fblocks -Wno-unreachable-code // clang emits the following warning by default. // With GCC, -pedantic, -Wreturn-type or -Wall are required to produce the -- cgit v1.3