gdal
gdal copied to clipboard
GDALWarpOperation::InitializeDestinationBuffer(): change warning about invalid INIT_DEST value to a failure
What is the bug?
per https://github.com/OSGeo/gdal/pull/12198 , we issue a warning if INIT_DEST=NO_DATA but there is no destination no data. Change that to a failure in GDAL 3.12
Steps to reproduce the issue
Versions and provenance
Additional context
No response