diff options
-rw-r--r-- | test/Analysis/NSString.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Analysis/NSString.m b/test/Analysis/NSString.m index de65f4d52a..edaa4b3865 100644 --- a/test/Analysis/NSString.m +++ b/test/Analysis/NSString.m @@ -157,6 +157,7 @@ NSString* f11(CFDictionaryRef dict, const char* key) { if (s) { [s release]; } + return 0; } // Test case for passing a tracked object by-reference to a function we |