diff options
-rw-r--r-- | archival/libunarchive/header_skip.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archival/libunarchive/header_skip.c b/archival/libunarchive/header_skip.c index 4430178f8..0b153980e 100644 --- a/archival/libunarchive/header_skip.c +++ b/archival/libunarchive/header_skip.c | |||
@@ -1,7 +1,6 @@ | |||
1 | #include <stdio.h> | 1 | #include <stdio.h> |
2 | #include "unarchive.h" | 2 | #include "unarchive.h" |
3 | 3 | ||
4 | extern void header_skip(const file_header_t *file_header) | 4 | extern void header_skip(const file_header_t *file_header __attribute__((unused))) |
5 | { | 5 | { |
6 | return; | ||
7 | } | 6 | } |