From: Mike Stump Date: Tue, 21 Jul 2009 18:58:50 +0000 (+0000) Subject: Prep for new warning. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a3c624dab31398373e80411fcf6d1d85c262010;p=clang Prep for new warning. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76620 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/PR3991.m b/test/Analysis/PR3991.m index 036a46db06..9354acb010 100644 --- a/test/Analysis/PR3991.m +++ b/test/Analysis/PR3991.m @@ -45,6 +45,7 @@ typedef struct _NSZone NSZone; - (void)setCurrentPathComponentIndex:(unsigned int)aCurrentPathComponentIndex; - (NSURL *)folderFeedURL; @end @implementation IHGoogleDocsAdapter - (id)initWithUsername:(NSString *)inUsername password:(NSString *)inPassword owner:(NSObject *)owner { + return 0; } //===----------------------------------------------------------------------===//