1
1
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:
Tae Won Ha 2017-06-23 18:58:55 +02:00
parent dc267dc9ef
commit 4279147b80
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -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)];