Skip to content

Commit 9795c1d

Browse files
committed
fixup! diff: ensure consistent diff behavior with ignore options
1 parent b87e40e commit 9795c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diff.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2444,7 +2444,7 @@ static int fn_out_consume(void *priv, char *line, unsigned long len)
24442444
return 0;
24452445
}
24462446

2447-
static int quick_consume(void *priv, char *line, unsigned long len)
2447+
static int quick_consume(void *priv, char *line UNUSED, unsigned long len UNUSED)
24482448
{
24492449
struct emit_callback *ecbdata = priv;
24502450
struct diff_options *o = ecbdata->opt;

0 commit comments

Comments
 (0)