Remove pragmas to remove warnings. It was causing EXTRA warnings when building with gcc.

This commit is contained in:
Gregory John Casamento 2020-04-24 07:05:06 -04:00
parent b0ead22814
commit 0c1ab6c756

View file

@ -466,9 +466,6 @@
return trigger;
}
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wcast-of-sel-type"
- (void) establishConnection
{
SEL sel = NSSelectorFromString(label);
@ -508,8 +505,6 @@
}
}
#pragma clang diagnostic pop
@end
@implementation IBOutletConnection