commit | 006105d5a8c6565018e4e2a25860d4a7f4c7f4a6 | [log] [tgz] |
---|---|---|
author | Mike Stump <mrs@apple.com> | Tue Jul 21 18:59:16 2009 +0000 |
committer | Mike Stump <mrs@apple.com> | Tue Jul 21 18:59:16 2009 +0000 |
tree | 6df9f9b66b627f644b7cd52d41edc3a0e581b65c | |
parent | 3a3c624dab31398373e80411fcf6d1d85c262010 [diff] [blame] |
Prep for new warning. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76621 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Analysis/misc-ps.m b/test/Analysis/misc-ps.m index 4f97464..1eef2ba 100644 --- a/test/Analysis/misc-ps.m +++ b/test/Analysis/misc-ps.m
@@ -146,7 +146,7 @@ } // PR 3543 (handle empty statement expressions) -int pr_3543(void) { +void pr_3543(void) { ({}); }