]> git.99rst.org Git - git.git/commit
scalar: mark unused parameters in dummy function
authorJeff King <redacted>
Sat, 17 Aug 2024 08:25:42 +0000 (04:25 -0400)
committerJunio C Hamano <redacted>
Sat, 17 Aug 2024 16:46:24 +0000 (09:46 -0700)
commit5e75e503c4f7eea2e634e5930d164ad79071ad82
tree0fbede8815ed1f749c4bb61f8345da627dae1ed2
parent0b1376d44866e6eae25523d8f1188495dab42ee8
scalar: mark unused parameters in dummy function

We have a dummy load_builtin_commands() function to satisfy the linker,
but which we never expect to be called. Mark its parameters to avoid
complaints from -Wunused-parameter.

Signed-off-by: Jeff King <redacted>
Signed-off-by: Junio C Hamano <redacted>
scalar.c
git clone https://git.99rst.org/PROJECT