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