diff options
author | Eric Wong <e@80x24.org> | 2023-07-31 12:08:06 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-07-31 08:56:54 -0700 |
commit | b4b85e41a74eaf61dfb490004541622e63df092b (patch) | |
tree | e54441ad3a70a5c16c197aa997854dce3c26b88e /git-gui/lib/diff.tcl | |
parent | fb7d80edcae482f4fa5d4be0227dc3054734e5f3 (diff) |
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 'git-gui/lib/diff.tcl')
0 files changed, 0 insertions, 0 deletions