mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 06:51:44 +00:00
The warning generated by the code in this method -establishConnection is unavoidable. Disable the warning.
This commit is contained in:
parent
1a2ff4a40c
commit
6e3d3a87d8
1 changed files with 5 additions and 0 deletions
|
@ -466,6 +466,9 @@
|
|||
return trigger;
|
||||
}
|
||||
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wcast-of-sel-type"
|
||||
|
||||
- (void) establishConnection
|
||||
{
|
||||
SEL sel = NSSelectorFromString(label);
|
||||
|
@ -505,6 +508,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
#pragma clang diagnostic pop
|
||||
|
||||
@end
|
||||
|
||||
@implementation IBOutletConnection
|
||||
|
|
Loading…
Reference in a new issue