Skip to content

Fix a couple of harmless but annoying -Wundef warnings

Vadim Zeitlin requested to merge _VZ_/libtiff:undef-warn-fixes into master

These warnings appear when building the library with -Wundef, which is a useful warning option IME as it can catch typos in the macro names, even though it's not included in the usual -Wall.

Merge request reports