mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
avoid compiler warning
This commit is contained in:
parent
8141fe03f7
commit
facfbad126
2 changed files with 2 additions and 2 deletions
|
@ -117,9 +117,9 @@
|
|||
|
||||
- (void) _performActivity
|
||||
{
|
||||
# if __has_feature(blocks)
|
||||
NSProcessInfo *pinfo = [NSProcessInfo processInfo];
|
||||
|
||||
# if __has_feature(blocks)
|
||||
[pinfo performActivityWithOptions: _opts
|
||||
reason: _reason
|
||||
usingBlock: ^{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue