* src/tar.c (expand_pax_option): Pacify recent GCC.

This commit is contained in:
Paul Eggert
2018-10-28 16:07:44 -07:00
parent 6238296458
commit 9fc1cb40f9

View File

@@ -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;