[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-tar] [PATCH (tests)] --files-from and recursive extract (behavi
From: |
Pavel Raiskup |
Subject: |
Re: [Bug-tar] [PATCH (tests)] --files-from and recursive extract (behavior change in 1.27) |
Date: |
Fri, 11 Dec 2015 09:15:30 +0100 |
User-agent: |
KMail/4.14.10 (Linux/4.2.6-301.fc23.x86_64; KDE/4.14.14; x86_64; ; ) |
On Friday 11 of December 2015 01:08:28 Sergey Poznyakoff wrote:
> Pavel Raiskup <address@hidden> ha escrit:
>
> > > I'm attaching patch with new tests for '-T' and '--recursion'. Could we
> > > install that?
> [..]
> > Gently pinging here :)
>
> Patch applied (cadc43ac). Thanks for patience.
>
> The commit that follows (4cf2af45) fixes handling of
> --(no-)recursion and similar options appearing both in the command line
> and in --files-from lists. Thus, the "toggle --recursion (not) from -T"
> testcase now passes.
Thanks, perefect! Ok, can we fix:
CC names.o
names.c:412:1: error: missing initializer for field ‘args_doc’ of ‘struct argp’
[-Werror=missing-field-initializers]
};
^
In file included from names.c:25:0:
../gnu/argp.h:245:15: note: ‘args_doc’ declared here
const char *args_doc;
^
names.c:415:3: error: missing initializer for field ‘group’ of ‘struct
argp_child’ [-Werror=missing-field-initializers]
{ &names_argp, 0, "" },
^
In file included from names.c:25:0:
../gnu/argp.h:313:7: note: ‘group’ declared here
int group;
^
cc1: all warnings being treated as errors
Pavel