summaryrefslogtreecommitdiff
path: root/git-gui/lib/diff.tcl
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 /git-gui/lib/diff.tcl
parentfb7d80edcae482f4fa5d4be0227dc3054734e5f3 (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