Jeff King
f4c5778b2d
fsmonitor: mark some maybe-unused parameters
...
There's a bit of conditionally-compiled code in fsmonitor, so some
function parameters may be unused depending on the build options:
- in fsmonitor--daemon.c's try_to_run_foreground_daemon(), we take a
detach_console argument, but it's only used on Windows. This seems
intentional (and not mistakenly missing other platforms) based on
the discussion in c284e27ba7 (fsmonitor--daemon: implement 'start'
command, 2022-03-25), which introduced it.
- in fsmonitor-setting.c's check_for_incompatible(), we pass the "ipc"
flag down to the system-specific fsm_os__incompatible() helper. But
we can only do so if our platform has such a helper.
In both cases we can mark the argument as MAYBE_UNUSED. That annotates
it enough to suppress the compiler's -Wunused-parameter warning, but
without making it impossible to use the variable, as a regular UNUSED
annotation would.
Signed-off-by: Jeff King <peff@peff.net >
Signed-off-by: Junio C Hamano <gitster@pobox.com >
2023-09-18 15:56:14 -07:00
..
2023-07-06 11:54:48 -07:00
2023-07-26 14:13:15 -07:00
2023-06-21 13:39:53 -07:00
2023-06-21 13:39:53 -07:00
2023-07-05 11:41:59 -07:00
2023-07-17 11:30:42 -07:00
2023-07-26 14:13:15 -07:00
2023-07-05 11:41:59 -07:00
2023-08-07 11:57:18 -07:00
2023-07-17 11:30:42 -07:00
2023-06-21 13:39:53 -07:00
2023-06-21 13:39:53 -07:00
2023-06-21 13:39:54 -07:00
2023-06-21 13:39:53 -07:00
2023-07-05 11:42:31 -07:00
2023-06-21 13:39:53 -07:00
2023-07-25 12:05:23 -07:00
2023-07-06 11:54:48 -07:00
2023-07-27 15:26:37 -07:00
2023-07-06 11:54:48 -07:00
2023-07-06 11:54:48 -07:00
2023-06-21 13:39:54 -07:00
2023-07-08 11:23:07 -07:00
2023-07-17 11:30:42 -07:00
2023-07-13 17:24:00 -07:00
2023-07-05 11:42:31 -07:00
2023-07-05 11:41:59 -07:00
2023-07-06 11:54:46 -07:00
2023-03-28 14:11:24 -07:00
2023-07-28 09:45:21 -07:00
2023-04-11 08:52:10 -07:00
2023-06-21 13:39:53 -07:00
2023-06-29 16:43:21 -07:00
2023-07-13 17:24:00 -07:00
2023-06-21 13:39:53 -07:00
2023-07-17 11:30:42 -07:00
2023-06-21 13:39:54 -07:00
2023-07-05 11:41:59 -07:00
2023-07-05 11:42:31 -07:00
2023-07-27 15:26:37 -07:00
2023-07-05 11:41:59 -07:00
2023-07-21 13:47:26 -07:00
2023-06-21 13:39:53 -07:00
2023-08-19 21:17:32 -07:00
2023-09-18 15:56:14 -07:00
2023-08-15 10:19:47 -07:00
2023-07-05 11:41:59 -07:00
2023-08-02 09:37:23 -07:00
2023-06-21 13:39:54 -07:00
2023-07-06 11:54:48 -07:00
2023-06-21 13:39:53 -07:00
2023-07-25 12:05:24 -07:00
2023-07-05 11:41:59 -07:00
2023-06-21 13:39:53 -07:00
2023-07-25 12:05:24 -07:00
2023-07-06 11:54:45 -07:00
2023-06-21 13:39:54 -07:00
2023-07-18 09:38:24 -07:00
2023-06-21 13:39:53 -07:00
2023-06-21 13:39:53 -07:00
2023-06-21 13:39:53 -07:00
2023-06-21 13:39:53 -07:00
2023-06-21 13:39:53 -07:00
2023-06-21 13:39:53 -07:00
2023-06-21 13:39:53 -07:00
2023-07-13 17:24:00 -07:00
2023-07-17 11:30:42 -07:00
2023-07-13 17:24:00 -07:00
2023-07-05 11:42:31 -07:00
2023-07-06 11:54:48 -07:00
2023-08-15 10:19:47 -07:00
2023-07-05 11:42:31 -07:00
2023-07-06 11:54:47 -07:00
2023-07-28 09:45:22 -07:00
2023-06-21 13:39:54 -07:00
2023-05-12 14:54:14 -07:00
2023-07-06 11:54:48 -07:00
2023-03-21 10:56:51 -07:00
2023-06-29 16:43:21 -07:00
2023-07-06 11:54:48 -07:00
2023-07-27 15:26:37 -07:00
2023-06-21 13:39:53 -07:00
2023-07-06 11:54:48 -07:00
2023-07-17 11:30:42 -07:00
2023-07-21 13:47:26 -07:00
2023-07-06 11:54:48 -07:00
2023-03-28 14:11:24 -07:00
2023-03-28 14:11:24 -07:00
2023-08-04 10:52:31 -07:00
2023-08-08 16:49:10 -07:00
2023-07-13 17:24:00 -07:00
2023-07-05 11:41:59 -07:00
2023-07-27 15:26:37 -07:00
2023-06-21 13:39:54 -07:00
2023-07-25 12:05:24 -07:00
2023-07-05 11:42:31 -07:00
2023-07-05 11:42:31 -07:00
2023-06-28 14:06:39 -07:00
2023-06-21 13:39:53 -07:00
2023-07-27 15:26:37 -07:00
2023-06-21 13:39:53 -07:00
2023-06-21 13:39:54 -07:00
2023-06-21 13:39:53 -07:00
2023-07-06 11:54:48 -07:00
2023-07-06 11:54:46 -07:00
2023-07-17 11:30:42 -07:00
2023-07-05 11:41:18 -07:00
2023-07-25 12:05:24 -07:00
2023-07-05 11:41:59 -07:00
2023-07-25 12:05:24 -07:00
2023-06-21 13:39:53 -07:00
2023-06-21 13:39:53 -07:00
2023-06-21 13:39:53 -07:00
2023-06-21 13:39:53 -07:00
2023-06-29 16:43:21 -07:00
2023-07-06 11:54:48 -07:00
2023-06-21 13:39:54 -07:00
2023-06-21 13:39:54 -07:00
2023-06-21 13:39:53 -07:00
2023-08-04 10:52:30 -07:00
2023-06-21 13:39:53 -07:00