Git fork

Merge branch 'jk/function-pointer-mismatches-fix' (early part)

Fix a minor regression that some compiler might notice.

* 'jk/function-pointer-mismatches-fix' (early part):
fsck: use enum object_type for fsck_walk callback

+1 -1
+1 -1
builtin/fsck.c
··· 206 206 return !!result; 207 207 } 208 208 209 - static int mark_used(struct object *obj, int type UNUSED, 209 + static int mark_used(struct object *obj, enum object_type type UNUSED, 210 210 void *data UNUSED, struct fsck_options *options UNUSED) 211 211 { 212 212 if (!obj)