diff options
author | Jeff King <peff@peff.net> | 2024-08-17 04:25:32 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-08-17 09:46:24 -0700 |
commit | 0b1376d44866e6eae25523d8f1188495dab42ee8 (patch) | |
tree | 2f4cd26363e1c0360b063e773173f9017d789fe7 /commit.c | |
parent | e2ef77cf7ccc4a030335c58654c0b100bdb75ec1 (diff) |
daemon: mark unused parameters in non-posix fallbacks
If NO_POSIX_GOODIES is set, we compile fallback versions of a few
functions. These don't do anything, so their parameters are unused, but
we must keep them to match the ones on the other side of the #ifdef.
Mark them to quiet -Wunused-parameter.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.c')
0 files changed, 0 insertions, 0 deletions