2022.12.13 20:39 "[Tiff] libtiff v4.5.0 rc2 available", by Even Rouault

2022.12.13 21:39 "Re: [Tiff] libtiff v4.5.0 rc2 available", by Kurt Schwehr

I'm seeing mac osx and ios failures at my most recent sync of c4516f9dc72bad7f2c4a8f704169afa0342e44ca <https://www.google.com/url?sa=D&q=https%3A%2F%2Fgitlab.com%2Flibtiff%2Flibtiff%2Fcommit%2Fc4516f9dc72bad7f2c4a8f704169afa0342e44ca>:

third_party/tiff/libtiff/tif_dir.c:1988:17: error: format specifies type 'unsigned short' but the argument has type 'tdir_t' (aka 'unsigned int') [-Werror,-Wformat]
                *nextdirnum, *nextdiroff, *nextdiroff, (int)(*nextdirnum) - 1);
                ^~~~~~~~~~~
third_party/tiff/libtiff/tif_dir.c:2164:27: error: format specifies type 'unsigned short' but the argument has type 'tdir_t' (aka 'unsigned int') [-Werror,-Wformat]
                          dirn);
                          ^~~~