From 15aef61582c7050c8cc5b1068bf825c9082bf79d Mon Sep 17 00:00:00 2001 From: Stefan Nikolei Date: Tue, 15 Nov 2022 06:44:24 +0100 Subject: [PATCH] Disable nullable in GifGraphicControlExtension --- .../Formats/Gif/Sections/GifGraphicControlExtension.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ImageSharp/Formats/Gif/Sections/GifGraphicControlExtension.cs b/src/ImageSharp/Formats/Gif/Sections/GifGraphicControlExtension.cs index ba5398fa7d..0352d7447f 100644 --- a/src/ImageSharp/Formats/Gif/Sections/GifGraphicControlExtension.cs +++ b/src/ImageSharp/Formats/Gif/Sections/GifGraphicControlExtension.cs @@ -1,5 +1,6 @@ // Copyright (c) Six Labors. // Licensed under the Six Labors Split License. +#nullable disable using System.Runtime.CompilerServices; using System.Runtime.InteropServices;