diff options
| author | mageven <62494521+mageven@users.noreply.github.com> | 2020-05-10 19:32:41 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-10 16:02:41 +0200 |
| commit | 492bb6ee5ff7d5eb1c24d569cdb71da04cba15cd (patch) | |
| tree | 891e4ec4a08d7fb9a2a69536d8c3d6342d6bf6a6 /ARMeilleure | |
| parent | be98a7a649604aba449e4a7b82b97e62f25db59d (diff) | |
Suppress CS0169 CS0649 warns from HID structs (#1222)
Also fix typo in a pragma restore in Logger
Diffstat (limited to 'ARMeilleure')
| -rw-r--r-- | ARMeilleure/Diagnostics/Logger.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ARMeilleure/Diagnostics/Logger.cs b/ARMeilleure/Diagnostics/Logger.cs index e7a0ba5c..8ff63091 100644 --- a/ARMeilleure/Diagnostics/Logger.cs +++ b/ARMeilleure/Diagnostics/Logger.cs @@ -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() { |
