Re: C compatibility issue in the configure script

2023-11-20 Thread Chet Ramey
On 11/20/23 7:54 AM, Florian Weimer wrote: In standard C, char * amd char ** are different types, and the strtold call is only valid if the latter is used for its second argument. Thanks for the report. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa

C compatibility issue in the configure script

2023-11-20 Thread Florian Weimer
In standard C, char * amd char ** are different types, and the strtold call is only valid if the latter is used for its second argument. We are still considering whether GCC 14 will treat these type safety violations as errors by default, but it's a possibility. Thanks, Florian diff --git a/conf