Re: with strict C99 the tests/mpz/convert.c needs #include

2020-11-08 Thread Marco Bodrato
Ciao, Il 2020-11-08 00:45 Dennis Clarke ha scritto: However the tests blow up due to : convert.c:143:11: error: implicit declaration of function 'strcasecmp' is invalid in C99 That file will be changed in the next release. Please look if the applied patch fits your needs.

Re: with strict C99 the tests/mpz/convert.c needs #include

2020-11-08 Thread Vincent Lefevre
On 2020-11-07 18:45:52 -0500, Dennis Clarke wrote: > However the tests blow up due to : > > convert.c:143:11: error: implicit declaration of function 'strcasecmp' > is invalid in C99 > > So that is easy to fix. > > ijiraq# diff -u ./tests/mpz/convert.c.orig ./tests/mpz/convert.c > ---