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

test/Analysis/PR3991.m

index 036a46db0600b5cf5c28dfb3eaef073c18db8f3f..9354acb0109b0a07d18956c6f7b79a1c0c1bf78a 100644 (file)
@@ -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 <IHGoogleDocsAdapterDelegate> *)owner {
+  return 0;
 }
 
 //===----------------------------------------------------------------------===//