Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion nuget/GdalConfiguration.cs.pp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
using Gdal = OSGeo.GDAL.Gdal;
using Ogr = OSGeo.OGR.Ogr;

#pragma warning disable CS8600 // Converting null literal or possible null value to non-nullable type.

namespace $rootnamespace$
{
public static partial class GdalConfiguration
Expand Down Expand Up @@ -215,4 +217,4 @@
#endif
}
}
}
}