diff mbox series

[v3,6/6] apply: enable -Wsign-comparison checks

Message ID 20250216072843.72385-7-jelly.zhao.42@gmail.com (mailing list archive)
State New
Headers show
Series apply: address -Wsign-comparison warnings | expand

Commit Message

Zejun Zhao Feb. 16, 2025, 7:28 a.m. UTC
Remove the `#define DISABLE_SIGN_COMPARE_WARNINGS` header line.

Signed-off-by: Zejun Zhao <jelly.zhao.42@gmail.com>
---
 apply.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/apply.c b/apply.c
index 4c26f608ee..f1113d830d 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"