From d1ee66e412a33fb96191063a69861ef8e5134bdf Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Tue, 21 Jul 2009 18:45:22 +0000 Subject: [PATCH] Prep for new warning. llvm-svn: 76606 --- clang/test/Analysis/NSPanel.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/Analysis/NSPanel.m b/clang/test/Analysis/NSPanel.m index b7c7b3c..3851267 100644 --- a/clang/test/Analysis/NSPanel.m +++ b/clang/test/Analysis/NSPanel.m @@ -30,7 +30,7 @@ typedef struct _NSZone NSZone; @end typedef float CGFloat; typedef struct _NSPoint {} NSRect; -static __inline__ __attribute__((always_inline)) NSRect NSMakeRect(CGFloat x, CGFloat y, CGFloat w, CGFloat h) {} +static __inline__ __attribute__((always_inline)) NSRect NSMakeRect(CGFloat x, CGFloat y, CGFloat w, CGFloat h) { NSRect r; return r; } typedef struct {} NSFastEnumerationState; @protocol NSFastEnumeration - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger)len; -- 2.7.4