]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-multi-pack-index.txt
Merge branch 'jk/unused-anno-more'
authorJunio C Hamano <gitster@pobox.com>
Thu, 27 Oct 2022 21:51:52 +0000 (14:51 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Oct 2022 21:51:52 +0000 (14:51 -0700)
commit220604042cb222019e7779287ab73615d7869376
tree046dd7f16674322480c142016aa164fbdfb3ecb0
parent99bb1a0bea02c6dc78b6d8a1b219c687d792bf16
parent4b992f0a24ad884eb43898cbb468fdf8fbe647bb
Merge branch 'jk/unused-anno-more'

More UNUSED annotation to help using -Wunused option with the
compiler.

* jk/unused-anno-more:
  ll-merge: mark unused parameters in callbacks
  diffcore-pickaxe: mark unused parameters in pickaxe functions
  convert: mark unused parameter in null stream filter
  apply: mark unused parameters in noop error/warning routine
  apply: mark unused parameters in handlers
  date: mark unused parameters in handler functions
  string-list: mark unused callback parameters
  object-file: mark unused parameters in hash_unknown functions
  mark unused parameters in trivial compat functions
  update-index: drop unused argc from do_reupdate()
  submodule--helper: drop unused argc from module_list_compute()
  diffstat_consume(): assert non-zero length
archive.c
builtin/gc.c
builtin/remote.c
git-compat-util.h
merge-ort.c
object-file.c