commit | 3b8c7083b265c35861a7f96b01c079471ff45152 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 30 20:20:56 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 30 20:20:56 2022 +0000 |
tree | 71d5b80407f912d39de8532da6f6d817bc2e8d11 | |
parent | 4c5678ff0c376661d4a8183a5a074a1203413b9d [diff] [blame] |
patch 9.0.0978: build errors without the +channel feature Problem: Build errors without the +channel feature. (John Marriott) Solution: Adjust #ifdefs.
diff --git a/src/logfile.c b/src/logfile.c index 3ab2c0f..6c159b0 100644 --- a/src/logfile.c +++ b/src/logfile.c
@@ -75,7 +75,7 @@ } 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;