From 9fc1cb40f935d968a8b8561715c294c6ca821710 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 28 Oct 2018 16:07:44 -0700 Subject: [PATCH] * src/tar.c (expand_pax_option): Pacify recent GCC. --- src/tar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3