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

2022-11-22 Thread Sam James
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 deprecated in all versions of C and is not supported in C2x [

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 w