From: Mike Stump Date: Tue, 21 Jul 2009 18:52:41 +0000 (+0000) Subject: Prep for new warning. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=431e4d33ffad874ad471385d73a3e1b4238447e9;p=clang Prep for new warning. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76611 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/PR2978.m b/test/Analysis/PR2978.m index 7bc90b8d03..0cb3dea8ea 100644 --- a/test/Analysis/PR2978.m +++ b/test/Analysis/PR2978.m @@ -55,6 +55,7 @@ [self setW:@"newW"]; // This will release '_W', but retain the new value self.O = 0; // no-warning [super dealloc]; + return 0; } @end