mirror of https://github.com/winsw/winsw
Remove warning suppressions
parent
4e5b0ff786
commit
70d113d4f9
|
@ -48,10 +48,8 @@ namespace WinSW.Tests.Util
|
|||
hr = client.SetEventCallbacks(this);
|
||||
AssertEx.Succeeded(hr);
|
||||
|
||||
#pragma warning disable CA1416 // Validate platform compatibility
|
||||
IntPtr pointer = Marshal.GetIUnknownForObject(client);
|
||||
Assert.Equal(1, Marshal.Release(pointer));
|
||||
#pragma warning restore CA1416 // Validate platform compatibility
|
||||
|
||||
target = DataTarget.CreateFromDbgEng(pointer);
|
||||
|
||||
|
|
Loading…
Reference in New Issue