From: Mike Stump Date: Tue, 21 Jul 2009 19:01:01 +0000 (+0000) Subject: Prep for new warning. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8a087ed8738c15762d670d40a5a12419f6fc202;p=clang Prep for new warning. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76624 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/region-1.m b/test/Analysis/region-1.m index e140a86637..21a7f474b1 100644 --- a/test/Analysis/region-1.m +++ b/test/Analysis/region-1.m @@ -80,6 +80,7 @@ typedef NSUInteger JabaSourceLanguage; Dos_CharacterRangeType = 0, Dos_LineRangeType = 1 } DosTextRangeType; @implementation JabaSCSharedDiagramViewController + (NSImage *)findImageNamed:(NSString *)name { + return 0; } - (void)revealSourceInEditor:(JabasectItem *)sectItem duperGesture:(BOOL)duperGesture { id selectedElement = [sectItem representedObject];