Skip to content

Commit

Permalink
Fix build warning in Xcode 7
Browse files Browse the repository at this point in the history
  • Loading branch information
swisspol committed Aug 19, 2015
1 parent 8ca88a6 commit 19a22e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Utilities/GIWindowController.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ typedef NS_ENUM(NSUInteger, GIOverlayStyle) {

@interface GIWindow : NSWindow
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
#pragma clang diagnostic ignored "-Wincompatible-property-type"
@property(nonatomic, readonly) GIWindowController* windowController; // Redeclare superclass property
#pragma clang diagnostic pop
Expand Down

0 comments on commit 19a22e3

Please sign in to comment.