Skip to content

Commit fd49004

Browse files
committed
suppress compiler warning. A better fix would be to remove this function (since it’s not used), but I don’t know what the orignal author intends so... that’s his call.
1 parent cb042bd commit fd49004

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

WYPopoverController/WYPopoverController.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2287,6 +2287,7 @@ - (CGSize)sizeForRect:(CGRect)aRect
22872287

22882288
#pragma clang diagnostic push
22892289
#pragma clang diagnostic ignored "-Wunused-variable"
2290+
#pragma clang diagnostic ignored "-Wunused-function"
22902291

22912292
static NSString* NSStringFromOrientation(NSInteger orientation) {
22922293
NSString* result = @"Unknown";

0 commit comments

Comments
 (0)