Hi Gisle,
> I'm wondering about stuff like this; in inttypes.h.in (line 1093):
>
>_GL_CXXALIAS_RPL (strtoimax, intmax_t, (const char *, char **, int));
># else
># if !@HAVE_DECL_STRTOIMAX@
># undef strtoimax
>_GL_FUNCDECL_SYS (strtoimax, intmax_t,
> (co
Gisle Vanem wrote:
> Also an issue with localtime-buffer.c. From MSVC:
>localtime-buffer.c(46) : warning C4717: 'rpl_localtime': recursive on all
> control paths,
> function will cause runtime stack overflow
>localtime-buffer.c(56) : warning C4717: 'rpl_gmtime': recursive on all
> co
Bruno Haible wrote:
There are some other trivial stuff in:
./lib/count-leading-zeros.h
./lib/count-one-bits.h
./lib/iconv.in.h
./lib/inttypes.in.h
./lib/localtime-buffer.c
which I'll come back to.
Huh? There were no issues with MSVC 14 in these places in my latest round
of