mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-12 13:49:12 +00:00
Silence some warnings
This commit is contained in:
parent
4cdc1bb700
commit
ff18c8cebf
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
using System.Runtime.CompilerServices;
|
using System.Runtime.CompilerServices;
|
||||||
|
|
||||||
|
#pragma warning disable CS0169, IDE0051, IDE0251 // Remove unused private member, Member can be made 'readonly'
|
||||||
namespace Ryujinx.Common.Memory
|
namespace Ryujinx.Common.Memory
|
||||||
{
|
{
|
||||||
[InlineArray(1)]
|
[InlineArray(1)]
|
||||||
|
@ -3607,3 +3608,4 @@ namespace Ryujinx.Common.Memory
|
||||||
private T _element;
|
private T _element;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#pragma warning restore CS0169, IDE0051, IDE0251
|
||||||
|
|
Loading…
Reference in a new issue