summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_set_format_iso9660.c
diff options
context:
space:
mode:
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>2011-09-14 04:58:16 -0400
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>2011-09-14 04:58:16 -0400
commit1ae46ede7919cb5196ed26635ac5cf0d7f078bf6 (patch)
tree00542e7d3f060a0d6d295bd82a870df88123b676 /libarchive/archive_write_set_format_iso9660.c
parente5b8e58eddef342a8e9ccfa3d46e4be3196b4823 (diff)
downloadlibarchive-1ae46ede7919cb5196ed26635ac5cf0d7f078bf6.tar.gz
Set explicit unused arguments in order to avoid several warnings about it, which some C compiler complain about.
SVN-Revision: 3710
Diffstat (limited to 'libarchive/archive_write_set_format_iso9660.c')
-rw-r--r--libarchive/archive_write_set_format_iso9660.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libarchive/archive_write_set_format_iso9660.c b/libarchive/archive_write_set_format_iso9660.c
index 90e275d3..28bce22f 100644
--- a/libarchive/archive_write_set_format_iso9660.c
+++ b/libarchive/archive_write_set_format_iso9660.c
@@ -7060,6 +7060,7 @@ isoent_create_boot_catalog(struct archive_write *a, struct isoent *rootent)
struct isoent *isoent;
struct archive_entry *entry;
+ (void)rootent; /* UNUSED */
/*
* Create the entry which is the "boot.catalog" file.
*/