summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-10-28 16:07:44 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2018-10-28 16:08:59 -0700
commit9fc1cb40f935d968a8b8561715c294c6ca821710 (patch)
tree6e8b54ccf075558c0d261236370c80ddef013b99
parent623829645876f02ab8752fceb5bfed9a0913969d (diff)
downloadtar-9fc1cb40f935d968a8b8561715c294c6ca821710.tar.gz
tar-9fc1cb40f935d968a8b8561715c294c6ca821710.tar.bz2
* src/tar.c (expand_pax_option): Pacify recent GCC.
-rw-r--r--src/tar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tar.c b/src/tar.c
index 02fa561a..19938875 100644
--- a/src/tar.c
+++ b/src/tar.c
@@ -1157,7 +1157,7 @@ tar_help_filter (int key, const char *text, void *input)
return s;
}
-static char *
+static char * _GL_ATTRIBUTE_MALLOC
expand_pax_option (struct tar_args *targs, const char *arg)
{
struct obstack stk;

Return to:

Send suggestions and report system problems to the System administrator.