Suppress CS0169 CS0649 warns from HID structs (#1222)

Also fix typo in a pragma restore in Logger
This commit is contained in:
mageven 2020-05-10 19:32:41 +05:30 committed by GitHub
parent 6f6c68a6af
commit 9be177005c
6 changed files with 11 additions and 1 deletions

View file

@ -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()
{