Suppressed unused field warnings. The code is like that on purpose.
This commit is contained in:
parent
7c5d4fab58
commit
23b2cd74fd
1 changed files with 48 additions and 46 deletions
|
@ -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