mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
This patch is fixing compiler warnings like: load_tiff.c:42:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations] load_tiff.c:43:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations] As starting from libtiff 4.3, released in April 2021, types were moved from uint16 to uint16_t and uint32 to uint32_t respectively. See https://libtiff.gitlab.io/libtiff/releases/v4.3.0.html
3.3 KiB
3.3 KiB