head 1.1; access; symbols; locks; strict; comment @// @; 1.1 date 2026.05.09.12.01.07; author gdt; state Exp; branches; next ; commitid 6RGg4kMXcRo7p8FG; desc @@ 1.1 log @geography/qgis: Cherry-pick pending upstream PR to fix build with 3.13.0 A lot of diff noise, but really it's a minor type cleanup. Almost certainly can be dropped with 3.44.10. @ text @$NetBSD$ --- src/core/providers/ogr/qgsogrproviderconnection.cpp.orig 2026-04-03 12:00:51.000000000 +0000 +++ src/core/providers/ogr/qgsogrproviderconnection.cpp @@@@ -419,7 +419,7 @@@@ void QgsOgrProviderConnection::setDefaul mGeometryColumnCapabilities |= GeometryColumnCapability::SinglePolygon; #endif - char **driverMetadata = GDALGetMetadata( hDriver, nullptr ); + CSLConstList driverMetadata = GDALGetMetadata( hDriver, nullptr ); #if GDAL_VERSION_NUM >= GDAL_COMPUTE_VERSION(3,6,0) if ( CSLFetchBoolean( driverMetadata, GDAL_DCAP_Z_GEOMETRIES, false ) ) @