]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Mark function that doesn't return as dead.
authorJoerg Sonnenberger <joerg@bec.de>
Sun, 26 Feb 2017 14:56:10 +0000 (15:56 +0100)
committerJoerg Sonnenberger <joerg@bec.de>
Sun, 26 Feb 2017 14:56:10 +0000 (15:56 +0100)
tar/bsdtar.h

index 9c551fc6a49362cbce7cb71604a044ba6368593f..10a2cf2f9bd0cc2b2a87a0900d48ff7783646b38 100644 (file)
@@ -197,7 +197,7 @@ void        tar_mode_r(struct bsdtar *bsdtar);
 void   tar_mode_t(struct bsdtar *bsdtar);
 void   tar_mode_u(struct bsdtar *bsdtar);
 void   tar_mode_x(struct bsdtar *bsdtar);
-void   usage(void);
+void   usage(void) __LA_DEAD;
 int    yes(const char *fmt, ...) __LA_PRINTF(1, 2);
 
 #if defined(HAVE_REGEX_H) || defined(HAVE_PCREPOSIX_H)