]> git.ipfire.org Git - thirdparty/tar.git/commitdiff
* src/tar.c (expand_pax_option): Pacify recent GCC.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 28 Oct 2018 23:07:44 +0000 (16:07 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 28 Oct 2018 23:08:59 +0000 (16:08 -0700)
src/tar.c

index 02fa561acb25e205d051bb8168431b93d6cb4a00..19938875bc78e44b0a15c8ec21bac36ed0c74927 100644 (file)
--- a/src/tar.c
+++ b/src/tar.c
@@ -1157,7 +1157,7 @@ tar_help_filter (int key, const char *text, void *input)
   return s;
 }
 \f
-static char *
+static char * _GL_ATTRIBUTE_MALLOC
 expand_pax_option (struct tar_args *targs, const char *arg)
 {
   struct obstack stk;