]> granicus.if.org Git - clang/commitdiff
Prep for new warning.
authorMike Stump <mrs@apple.com>
Tue, 21 Jul 2009 18:59:16 +0000 (18:59 +0000)
committerMike Stump <mrs@apple.com>
Tue, 21 Jul 2009 18:59:16 +0000 (18:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76621 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/misc-ps.m

index 4f97464830bc4d97cb505275dbb8c2871cd01628..1eef2ba96886be9a8af43d50cdcb7ca2beea0756 100644 (file)
@@ -146,7 +146,7 @@ void pr3422() {
 }
 
 // PR 3543 (handle empty statement expressions)
-int pr_3543(void) {
+void pr_3543(void) {
   ({});
 }