diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2018-10-28 16:07:44 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2018-10-28 16:08:59 -0700 |
commit | 9fc1cb40f935d968a8b8561715c294c6ca821710 (patch) | |
tree | 6e8b54ccf075558c0d261236370c80ddef013b99 /src/tar.c | |
parent | 623829645876f02ab8752fceb5bfed9a0913969d (diff) | |
download | tar-9fc1cb40f935d968a8b8561715c294c6ca821710.tar.gz |
* src/tar.c (expand_pax_option): Pacify recent GCC.
Diffstat (limited to 'src/tar.c')
-rw-r--r-- | src/tar.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |