Remove the `#define DISABLE_SIGN_COMPARE_WARNINGS` header line. Signed-off-by: Zejun Zhao <jelly.zhao.42@xxxxxxxxx> --- apply.c | 1 - 1 file changed, 1 deletion(-) diff --git a/apply.c b/apply.c index 585f534732..51d0f4813f 100644 --- a/apply.c +++ b/apply.c @@ -8,7 +8,6 @@ */ #define USE_THE_REPOSITORY_VARIABLE -#define DISABLE_SIGN_COMPARE_WARNINGS #include "git-compat-util.h" #include "abspath.h" -- 2.43.0