aboutsummaryrefslogtreecommitdiffstats
path: root/reftable/system.h
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2025-01-20 17:17:28 +0100
committerJunio C Hamano <gitster@pobox.com>2025-01-21 14:20:30 -0800
commit33319b0976ff9975e7509b6096887370146893f4 (patch)
tree76c7b818d9884470ee99d131f2fc71da275da2cc /reftable/system.h
parent7c4c1cbc0b94665d6a94ac7df385459346af5265 (diff)
downloadgit-33319b0976ff9975e7509b6096887370146893f4.tar.gz
reftable: address trivial -Wsign-compare warnings
Address the last couple of trivial -Wsign-compare warnings in the reftable library and remove the DISABLE_SIGN_COMPARE_WARNINGS macro that we have in "reftable/system.h". Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'reftable/system.h')
-rw-r--r--reftable/system.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/reftable/system.h b/reftable/system.h
index 5274eca1d0..7d5f803eeb 100644
--- a/reftable/system.h
+++ b/reftable/system.h
@@ -11,8 +11,6 @@ https://developers.google.com/open-source/licenses/bsd
/* This header glues the reftable library to the rest of Git */
-#define DISABLE_SIGN_COMPARE_WARNINGS
-
#include "git-compat-util.h"
/*