]> git.ipfire.org Git - thirdparty/git.git/blobdiff - archive-zip.c
diagnose: add to command-list.txt
[thirdparty/git.git] / archive-zip.c
index 9fe43d740d83f99111c31ef64207cf908765c17e..0456f1ebf15c839639f4759c329cb957b0a64feb 100644 (file)
@@ -612,12 +612,13 @@ static void dos_time(timestamp_t *timestamp, int *dos_date, int *dos_time)
        *dos_time = tm.tm_sec / 2 + tm.tm_min * 32 + tm.tm_hour * 2048;
 }
 
-static int archive_zip_config(const char *var, const char *value, void *data)
+static int archive_zip_config(const char *var, const char *value,
+                             void *data UNUSED)
 {
        return userdiff_config(var, value);
 }
 
-static int write_zip_archive(const struct archiver *ar,
+static int write_zip_archive(const struct archiver *ar UNUSED,
                             struct archiver_args *args)
 {
        int err;