]> git.ipfire.org Git - thirdparty/git.git/blobdiff - worktree.c
Merge branch 'tz/send-email-helpfix'
[thirdparty/git.git] / worktree.c
index b8cf29e6a1587f5cbb2440a83ef5349fe49d0f48..a56a6c2a3d136d31019520fdae68fc46c428194d 100644 (file)
@@ -581,8 +581,10 @@ static void repair_gitfile(struct worktree *wt,
        strbuf_release(&dotgit);
 }
 
-static void repair_noop(int iserr, const char *path, const char *msg,
-                       void *cb_data)
+static void repair_noop(int iserr UNUSED,
+                       const char *path UNUSED,
+                       const char *msg UNUSED,
+                       void *cb_data UNUSED)
 {
        /* nothing */
 }