Suppressed unused field warnings. The code is like that on purpose.

This commit is contained in:
the_fiddler 2010-10-22 15:03:35 +00:00
parent 7c5d4fab58
commit 23b2cd74fd

View file

@ -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; }