mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-24 03:25:03 +03:00
GH-472 Add unused marker
This commit is contained in:
parent
dc267dc9ef
commit
4279147b80
@ -62,7 +62,7 @@ static void log_cfmachport_error(SInt32 err, NeoVimAgentMsgId msgid, NSData *inp
|
||||
@end
|
||||
|
||||
|
||||
static CFDataRef local_server_callback(CFMessagePortRef local, SInt32 msgid, CFDataRef data, void *info) {
|
||||
static CFDataRef local_server_callback(CFMessagePortRef local __unused, SInt32 msgid, CFDataRef data, void *info) {
|
||||
@autoreleasepool {
|
||||
NeoVimAgent *agent = (__bridge NeoVimAgent *) info;
|
||||
[agent handleMessageWithId:msgid data:(__bridge NSData *) (data)];
|
||||
|
Loading…
Reference in New Issue
Block a user