summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_support_format_xar.c
diff options
context:
space:
mode:
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>2012-02-09 07:20:28 +0900
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>2012-02-09 07:20:28 +0900
commit433f74b08f999c970b31ba36307bd05a77e0f135 (patch)
treef43461e55e6c2ae7e9abb66a571f49a3b67b75d5 /libarchive/archive_read_support_format_xar.c
parent2b046eff108070d1a1b897b3b97633a8c92126bd (diff)
downloadlibarchive-433f74b08f999c970b31ba36307bd05a77e0f135.tar.gz
Fix build failure with -Wextra -Wunused GCC options since it happend on FreeBSD current.
Diffstat (limited to 'libarchive/archive_read_support_format_xar.c')
-rw-r--r--libarchive/archive_read_support_format_xar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libarchive/archive_read_support_format_xar.c b/libarchive/archive_read_support_format_xar.c
index 3c01cbe4..92569bb6 100644
--- a/libarchive/archive_read_support_format_xar.c
+++ b/libarchive/archive_read_support_format_xar.c
@@ -2624,6 +2624,7 @@ strappend_base64(struct xar *xar,
const unsigned char *b;
size_t len;
+ (void)xar; /* UNUSED */
len = 0;
out = buff;
b = (const unsigned char *)s;