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

test/Analysis/PR2978.m

index 7bc90b8d03e0ae299ab448a3721d106cc741d4a4..0cb3dea8ea8689485477e160acbfaca603541df4 100644 (file)
@@ -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