Suppressed unused field warnings. The fields are necessary for interop, even if not explicitly accessed.
This commit is contained in:
parent
58ba39acce
commit
120e38f87a
1 changed files with 3 additions and 0 deletions
|
@ -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