mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-23 19:49:43 +01:00
suppress warning
This commit is contained in:
@@ -13,7 +13,9 @@ namespace Peek.Common.Models
|
||||
public interface IEnumIDList
|
||||
{
|
||||
[PreserveSig]
|
||||
#pragma warning disable CA1716
|
||||
int Next(int celt, out IntPtr rgelt, out int pceltFetched);
|
||||
#pragma warning restore CA1716
|
||||
|
||||
[PreserveSig]
|
||||
int Skip(int celt);
|
||||
|
||||
Reference in New Issue
Block a user