mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-02 16:21:02 +00:00
Suppressed unused field warnings. The fields are necessary for interop, even if not explicitly accessed.
This commit is contained in:
parent
330053de1e
commit
5ff74aa685
|
@ -33,6 +33,9 @@ using System.Drawing;
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
|
|
||||||
|
// Disable unused field warnings. This is interop, we don't use everything
|
||||||
|
#pragma warning disable 0649
|
||||||
|
|
||||||
// X11 Version
|
// X11 Version
|
||||||
namespace OpenTK.Platform.X11
|
namespace OpenTK.Platform.X11
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue