Re: GNU Make 4.3.92 release candidate available

2022-10-25 Thread Martin Reinders
Am 24.10.22 um 08:59 schrieb Paul Smith: > I expect this to be the final release candidate before GNU Make 4.4. > I will probably allow for testing for about a week. (I had accidentally posted this yesterday as reply to an older thread, but it was meant as feedback to make-4.3.92.) On macOS, com

Re: GNU make 4.3.90 release candidate available: Compiler warnings on macOS

2022-10-24 Thread Martin Reinders
Am 20.09.22 um 20:36 schrieb Paul Smith: > A new release candidate for GNU make 4.4 is available now for download: > > 0c3daaec8c81bf72f460677ccda32364 make-4.3.90.tar.lz > 54726144a7ae0465451f8ca0740f3d1f make-4.3.90.tar.gz On macOS, compiling "glob.c" gives these warnings: glob.c:8

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