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 7bc90b8..0cb3dea 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