mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -04:00
patch 9.0.0978: build errors without the +channel feature
Problem: Build errors without the +channel feature. (John Marriott) Solution: Adjust #ifdefs.
This commit is contained in:
@@ -75,7 +75,7 @@ ch_log_active(void)
|
||||
}
|
||||
|
||||
static void
|
||||
ch_log_lead(const char *what, channel_T *ch, ch_part_T part)
|
||||
ch_log_lead(const char *what, channel_T *ch UNUSED, ch_part_T part UNUSED)
|
||||
{
|
||||
if (log_fd == NULL)
|
||||
return;
|
||||
|
Reference in New Issue
Block a user