mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-23 03:48:28 +00:00
Fixed compilation warnings on Mono 3.4.0
This commit is contained in:
parent
00b531fdef
commit
333503d70e
|
@ -29,6 +29,8 @@ using System;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using System.Security;
|
using System.Security;
|
||||||
|
|
||||||
|
#pragma warning disable 169 // private field is never used
|
||||||
|
|
||||||
namespace Tao.OpenGl
|
namespace Tao.OpenGl
|
||||||
{
|
{
|
||||||
#region Class Documentation
|
#region Class Documentation
|
||||||
|
|
Loading…
Reference in a new issue