]> git.ipfire.org Git - thirdparty/git.git/commit
Makefile: drop -DSUPPRESS_ANNOTATED_LEAKS
authorPatrick Steinhardt <ps@pks.im>
Fri, 13 Dec 2024 10:41:17 +0000 (11:41 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 Dec 2024 14:48:45 +0000 (06:48 -0800)
commit23eeee08d6a22de197b17e791508ddcb3a953dc7
tree5e8114b36c2b86b1f86e7d0d6f94ebf250d76e1e
parent714c134dd6f29d23b46cb85cd8bd82a2ce894c65
Makefile: drop -DSUPPRESS_ANNOTATED_LEAKS

The -DSUPPRESS_ANNOTATED_LEAKS preprocessor directive was used to enable
our `UNLEAK()` macro in the past, which marks memory as still-reachable
so that the leak sanitizer does not complain. Starting with 52c7dbd036
(git-compat-util: drop now-unused `UNLEAK()` macro, 2024-11-20) this
macro has been removed, and thus the preprocessor directive is not
required anymore, either.

Drop it.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
meson.build