diff options
author | Mike Stump <mrs@apple.com> | 2009-07-21 18:58:50 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-07-21 18:58:50 +0000 |
commit | 3a3c624dab31398373e80411fcf6d1d85c262010 (patch) | |
tree | a4710347b0beeb79e82d83104a5f983d4a66a79c | |
parent | 08631d1ea0ef44cceb3d6a9c7a54d6a84fbbe4fe (diff) |
Prep for new warning.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76620 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Analysis/PR3991.m | 1 |
1 files changed, 1 insertions, 0 deletions
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 <IHGoogleDocsAdapterDelegate> *)owner { + return 0; } //===----------------------------------------------------------------------===// |