summaryrefslogtreecommitdiff
path: root/tar/bsdtar.c
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@bec.de>2017-02-26 15:55:19 +0100
committerJoerg Sonnenberger <joerg@bec.de>2017-02-26 15:55:19 +0100
commit7b080e6f5a51002d7097c6ac018db09a619f3e16 (patch)
treefad45a8c4d70298810841b3af19ea41ea91d7feb /tar/bsdtar.c
parentdce4ade52288e4642487165388a94dd13836a04d (diff)
downloadlibarchive-7b080e6f5a51002d7097c6ac018db09a619f3e16.tar.gz
Mark functions that don't return as dead.
Diffstat (limited to 'tar/bsdtar.c')
-rw-r--r--tar/bsdtar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tar/bsdtar.c b/tar/bsdtar.c
index a9252a5c..9fc68332 100644
--- a/tar/bsdtar.c
+++ b/tar/bsdtar.c
@@ -118,11 +118,11 @@ need_report(void)
}
#endif
-static void long_help(void);
+static void long_help(void) __LA_DEAD;
static void only_mode(struct bsdtar *, const char *opt,
const char *valid);
static void set_mode(struct bsdtar *, char opt);
-static void version(void);
+static void version(void) __LA_DEAD;
/* A basic set of security flags to request from libarchive. */
#define SECURITY \