mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-05-12 00:42:10 +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 OpenTK;
|
||||
|
||||
#pragma warning disable 0649 // Do not warn about unitialized fields, this is on purpose
|
||||
|
||||
namespace Examples.Tests
|
||||
{
|
||||
struct Simple { public int Value; }
|
||||
|
|
Loading…
Reference in a new issue