mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 11:35:39 +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.Security;
|
||||
|
||||
#pragma warning disable 169 // private field is never used
|
||||
|
||||
namespace Tao.OpenGl
|
||||
{
|
||||
#region Class Documentation
|
||||
|
|
Loading…
Reference in a new issue