aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-07-21 18:57:14 +0000
committerMike Stump <mrs@apple.com>2009-07-21 18:57:14 +0000
commit6581c30170192bca95c783f04c43393de3dc77e4 (patch)
tree74a478f8d54b4f279cf54ea2eb56deeec69cc048
parentc237429caf31562b3c5944d9b767fa5426d63502 (diff)
Prep for new warning.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76617 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Analysis/pr4209.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Analysis/pr4209.m b/test/Analysis/pr4209.m
index 56baa722f0..403b211dd5 100644
--- a/test/Analysis/pr4209.m
+++ b/test/Analysis/pr4209.m
@@ -57,6 +57,7 @@ CMProfileLocation;
- (GSEbayCategory *) parent;
- (GSEbayCategory*) subcategoryWithID:(int) inID;
@end @implementation GBCategoryChooserPanelController + (int) chooseCategoryIDFromCategories:(NSArray*) inCategories searchRequest:(GBSearchRequest*)inRequest parentWindow:(NSWindow*) inParent {
+ return 0;
}
- (void) addCategory:(EBayCategoryType*)inCategory toRootTreeCategory:(NSMutableArray*)inRootTreeCategories {
GSEbayCategory *category = [rootCategory subcategoryWithID:[[inCategory categoryID] intValue]];