[PATCH] git-blame: Kill warning "print_map defined but not used"
From: Fredrik Kuivinen <hidden>
Date: 2016-06-15 22:42:21
Signed-off-by: Fredrik Kuivinen <redacted> --- blame.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) aebef8969d11b04634b9ab7a6ae85a0844b2e4c7
diff --git a/blame.c b/blame.c
index 6dccae5..0fb30ee 100644
--- a/blame.c
+++ b/blame.c@@ -235,6 +235,7 @@ static void print_patch(struct patch *p) } /* For debugging only */ +#if DEBUG static void print_map(struct commit *cmit, struct commit *other) { struct util_info *util = cmit->object.util;
@@ -267,6 +268,7 @@ static void print_map(struct commit *cmi printf("\n"); } } +#endif // p is a patch from commit to other. static void fill_line_map(struct commit *commit, struct commit *other,
--
1.2.4.g4644-dirty