]> git.ipfire.org Git - thirdparty/git.git/commit
__attribute__: add a few missing format attributes
authorJunio C Hamano <gitster@pobox.com>
Sat, 8 Jun 2024 18:37:47 +0000 (11:37 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Jun 2024 16:16:30 +0000 (09:16 -0700)
commit99c7de732e1ea71804d7643dd121fdde4c181f76
tree9f39cc0ceef65c656f07d6c30a489b797c82b96a
parentba744647eae1eeee3a1c2c3d3a2b331fc1075b54
__attribute__: add a few missing format attributes

A public function mem_pool_strfmt() takes printf like parameters,
but is not given an attribute as such.  Also a few file-scope static
functions were missing their format attribute.

Add them.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
mem-pool.h
scalar.c
wt-status.c