On Friday 11 of December 2015 01:08:28 Sergey Poznyakoff wrote:
> Pavel Raiskup <[email protected]> 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