diff options
Diffstat (limited to 'archival/tar.c')
-rw-r--r-- | archival/tar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archival/tar.c b/archival/tar.c index bb8920ab2..13cdbd930 100644 --- a/archival/tar.c +++ b/archival/tar.c | |||
@@ -397,7 +397,7 @@ static int exclude_file(const llist_t *excluded_files, const char *file) | |||
397 | #endif | 397 | #endif |
398 | 398 | ||
399 | static int FAST_FUNC writeFileToTarball(const char *fileName, struct stat *statbuf, | 399 | static int FAST_FUNC writeFileToTarball(const char *fileName, struct stat *statbuf, |
400 | void *userData, int depth ATTRIBUTE_UNUSED) | 400 | void *userData, int depth UNUSED_PARAM) |
401 | { | 401 | { |
402 | struct TarBallInfo *tbInfo = (struct TarBallInfo *) userData; | 402 | struct TarBallInfo *tbInfo = (struct TarBallInfo *) userData; |
403 | const char *header_name; | 403 | const char *header_name; |
@@ -800,7 +800,7 @@ static const char tar_longopts[] ALIGN1 = | |||
800 | #endif | 800 | #endif |
801 | 801 | ||
802 | int tar_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 802 | int tar_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
803 | int tar_main(int argc ATTRIBUTE_UNUSED, char **argv) | 803 | int tar_main(int argc UNUSED_PARAM, char **argv) |
804 | { | 804 | { |
805 | char FAST_FUNC (*get_header_ptr)(archive_handle_t *) = get_header_tar; | 805 | char FAST_FUNC (*get_header_ptr)(archive_handle_t *) = get_header_tar; |
806 | archive_handle_t *tar_handle; | 806 | archive_handle_t *tar_handle; |