Skip to content

Commit

Permalink
Merge pull request twitter-archive#23 from github/fix-nsclipview-cate…
Browse files Browse the repository at this point in the history
…gory-warning

Ignore incomplete protocol warning in NSClipView
  • Loading branch information
joshaber committed Jul 25, 2012
2 parents e6748e4 + 1d94bc6 commit c7fb48a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/UIKit/NSClipView+TUIExtensions.m
Expand Up @@ -12,6 +12,10 @@
#import "NSClipView+TUIExtensions.h" #import "NSClipView+TUIExtensions.h"
#import "NSView+TUIExtensions.h" #import "NSView+TUIExtensions.h"


// Without this, the compiler will complain about -scrollToPoint: missing from
// this category, but the method is part of NSClipView itself.
#pragma clang diagnostic ignored "-Wprotocol"

@implementation NSClipView (TUIExtensions) @implementation NSClipView (TUIExtensions)


#pragma mark TUIBridgedView #pragma mark TUIBridgedView
Expand Down

0 comments on commit c7fb48a

Please sign in to comment.