From 4cac3e34e58c1b4d1abdee84c604f4b6e4c522ab Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Tue, 21 Jul 2009 18:57:14 +0000 Subject: [PATCH] Prep for new warning. llvm-svn: 76617 --- clang/test/Analysis/pr4209.m | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/test/Analysis/pr4209.m b/clang/test/Analysis/pr4209.m index 56baa72..403b211 100644 --- a/clang/test/Analysis/pr4209.m +++ b/clang/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]]; -- 2.7.4