From: Mike Stump Date: Tue, 21 Jul 2009 18:57:14 +0000 (+0000) Subject: Prep for new warning. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4cac3e34e58c1b4d1abdee84c604f4b6e4c522ab;p=platform%2Fupstream%2Fllvm.git Prep for new warning. llvm-svn: 76617 --- 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]];