From: Mike Stump Date: Tue, 21 Jul 2009 18:46:15 +0000 (+0000) Subject: Prep for new warning. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4393b3f0f84cb768bc9736a428949ea41f54ce6f;p=clang Prep for new warning. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76608 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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