Suppress CS0169 CS0649 warns from HID structs (#1222)
Also fix typo in a pragma restore in Logger
This commit is contained in:
@ -10,7 +10,7 @@ namespace ARMeilleure.Diagnostics
|
||||
private static long _startTime;
|
||||
|
||||
private static long[] _accumulatedTime;
|
||||
#pragma warning restore CS0196
|
||||
#pragma warning restore CS0169
|
||||
|
||||
static Logger()
|
||||
{
|
||||
|
Reference in New Issue
Block a user