aboutsummaryrefslogtreecommitdiffstats
path: root/commit-graph.c
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-07-31 12:08:06 +0000
committerJunio C Hamano <gitster@pobox.com>2023-07-31 08:56:54 -0700
commitb4b85e41a74eaf61dfb490004541622e63df092b (patch)
treee54441ad3a70a5c16c197aa997854dce3c26b88e /commit-graph.c
parentMerge branch 'jk/redact-h2h3-headers-fix' into maint-2.41 (diff)
downloadgit-b4b85e41a74eaf61dfb490004541622e63df092b.tar.gz
git-b4b85e41a74eaf61dfb490004541622e63df092b.zip
sha256/gcrypt: fix build with SANITIZE=leak
Non-static functions cause `undefined reference' errors when building with `SANITIZE=leak' due to the lack of prototypes. Mark all these functions as `static inline' as we do in sha256/nettle.h to avoid the need to maintain prototypes. Signed-off-by: Eric Wong <e@80x24.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit-graph.c')
0 files changed, 0 insertions, 0 deletions