Re: __alloca patch?

2019-05-06 Thread Martin Reinders
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

Re: __alloca patch?

2019-05-06 Thread Paul Smith
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, >