2020.01.18 13:19 "[Tiff] Warnings while building tools", by Miguel Medalha

2020.01.26 16:39 "Re: [Tiff] Warnings while building tools", by Jeff McKenna

On 2020-01-26 12:37 p.m., Jeff McKenna wrote:

> Hi Bob,
>
> Thanks for the changes.  (for others, the changes exist at

https://gitlab.com/libtiff/libtiff/commit/58b16f47a82323c05ec81f0a821700beb8c2c5a0

)

Feedback:

Please note that those 4 functions (

> strtol(),strtoul(),strtol(),strtoul() )  have been available since MSVC > 2015 (1900), so that affects your proposed changes.  Will you modify

your changes accordingly, or do you want me to create a pull request?

To clarify: the 4 functions available since MSVC 2015 are: strtol(),strtoul(),strtoll(),strtoull()

-jeff