Fix #1004, 1005: Various meson problems
[geeqie.git] / src / misc.c
index 4d695ac..1b02004 100644 (file)
@@ -390,7 +390,7 @@ void tree_path_free_wrapper(void *data, void *UNUSED(useradata))
 /* Copied from the libarchive .repo. examples */
 
 #ifndef HAVE_ARCHIVE
-gchar *open_archive(FileData *fd)
+gchar *open_archive(FileData *UNUSED(fd))
 {
        log_printf("%s", _("Warning: libarchive not installed"));
        return NULL;