mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:04:20 +00:00
Remove pragmas to remove warnings. It was causing EXTRA warnings when building with gcc.
This commit is contained in:
parent
b0ead22814
commit
0c1ab6c756
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue