From: Paul Eggert Date: Sun, 28 Oct 2018 23:07:44 +0000 (-0700) Subject: * src/tar.c (expand_pax_option): Pacify recent GCC. X-Git-Tag: release_1_31~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9fc1cb40f935d968a8b8561715c294c6ca821710;p=thirdparty%2Ftar.git * src/tar.c (expand_pax_option): Pacify recent GCC. --- 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;