mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 17:15:34 +00:00
[Win] Suppressed spurious warning
This commit is contained in:
parent
73f255ed14
commit
ea66a828bf
|
@ -241,6 +241,7 @@ namespace OpenTK.Platform.Windows
|
|||
|
||||
struct HidProtocolRange
|
||||
{
|
||||
#pragma warning disable 0649
|
||||
public short UsageMin;
|
||||
public short UsageMax;
|
||||
public short StringMin;
|
||||
|
@ -249,6 +250,7 @@ namespace OpenTK.Platform.Windows
|
|||
public short DesignatorMax;
|
||||
public short DataIndexMin;
|
||||
public short DataIndexMax;
|
||||
#pragma warning restore 0649
|
||||
}
|
||||
|
||||
[StructLayout(LayoutKind.Explicit)]
|
||||
|
|
Loading…
Reference in a new issue