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 5ed98455d9
commit f0dd1370d8

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