GNU G-Golf 0.8.0-a.1 available for testing!

2022-12-13 Thread David Pirotte
Hello Guilers, The first alpha release of the upcoming 0.8.0 release is now available for testing: Tarball and a GPG detached signature [*]: http://ftp.gnu.org/gnu/g-golf/g-golf-0.8.0-a.1.tar.gz http://ftp.gnu.org/gnu/g-golf/g-golf-0.8.0-a.1.tar.gz.sig

Re: [PATCH] Fix -Wdeprecated-non-prototype in configure

2022-12-13 Thread Sam James
> On 22 Nov 2022, at 02:40, Sam James wrote: > > Fixes the following with Clang 16: > ``` > -warning: a function definition without a prototype is deprecated in all > versions of C and is not supported in C2x [-Wdeprecated-non-prototype] > +error: a function definition without a prototype is d