On 07.05.19 03:36, Paul Smith wrote:
> On Sat, 2019-05-04 at 17:00 -0400, Jeffrey Walton wrote:
>> glob.c:818:27: warning: incompatible pointer types passing 'char **' to
>> parameter of type 'char *'; dereference with *
>> [-Wincompatible-pointer-types]
>> = (char **) reall
On Sat, 2019-05-04 at 17:00 -0400, Jeffrey Walton wrote:
> glob.c:818:27: warning: incompatible pointer types passing 'char **' to
> parameter of type 'char *'; dereference with *
> [-Wincompatible-pointer-types]
> = (char **) realloc (pglob->gl_pathv,
>