mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-05-14 07:22:18 +00:00
Suppressed unused field warnings. The code is like that on purpose.
This commit is contained in:
parent
5ed98455d9
commit
f0dd1370d8
|
@ -6,6 +6,8 @@ using System.Diagnostics;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using OpenTK;
|
using OpenTK;
|
||||||
|
|
||||||
|
#pragma warning disable 0649 // Do not warn about unitialized fields, this is on purpose
|
||||||
|
|
||||||
namespace Examples.Tests
|
namespace Examples.Tests
|
||||||
{
|
{
|
||||||
struct Simple { public int Value; }
|
struct Simple { public int Value; }
|
||||||
|
|
Loading…
Reference in a new issue