Fixed compilation warnings on Mono 3.4.0
authorthefiddler <stapostol@gmail.com>
Mon, 21 Jul 2014 15:48:14 +0000 (17:48 +0200)
committerthefiddler <stapostol@gmail.com>
Mon, 21 Jul 2014 15:48:14 +0000 (17:48 +0200)
Source/Compatibility/Tao/OpenGl/Glu.cs

index 5ea0829..0ec0573 100644 (file)
@@ -29,6 +29,8 @@ using System;
 using System.Runtime.InteropServices;
 using System.Security;
 
+#pragma warning disable 169 // private field is never used
+
 namespace Tao.OpenGl
 {
     #region Class Documentation