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, > ^~~~~~~~~~~~~~~ > *
That's odd; realloc() is supposed to take a void* not a char* as the first parameter. Is MacOS really so non-standard? _______________________________________________ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make