]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/stash.c
stash: mark unused parameter in diff callback
[thirdparty/git.git] / builtin / stash.c
index fe64cde9ce3010e812f789dfbe040c64f16bec45..c9365bea1320994cc22c4b39f9a17eb53d6e1e51 100644 (file)
@@ -362,7 +362,7 @@ static int is_path_a_directory(const char *path)
 }
 
 static void add_diff_to_buf(struct diff_queue_struct *q,
-                           struct diff_options *options,
+                           struct diff_options *options UNUSED,
                            void *data)
 {
        int i;