hacks: ignore CS0728 warning
This commit is contained in:
parent
59320a2118
commit
98d0a578af
1 changed files with 1 additions and 0 deletions
1
vendor/NetVips/Image.cs
vendored
1
vendor/NetVips/Image.cs
vendored
|
|
@ -6,6 +6,7 @@ using System.Security;
|
|||
using System.Text;
|
||||
using System.Threading;
|
||||
using NetVips.Internal;
|
||||
#pragma warning disable CS0728 // Possibly incorrect assignment to local which is the argument to a using or lock statement
|
||||
|
||||
namespace NetVips;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue