From: thefiddler Date: Mon, 21 Jul 2014 15:48:14 +0000 (+0200) Subject: Fixed compilation warnings on Mono 3.4.0 X-Git-Tag: 2.0-0~107^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=333503d70e308296ecc11a6a36138be46cdb9520;p=platform%2Fcore%2Fcsapi%2Fopentk.git Fixed compilation warnings on Mono 3.4.0 --- diff --git a/Source/Compatibility/Tao/OpenGl/Glu.cs b/Source/Compatibility/Tao/OpenGl/Glu.cs index 5ea0829..0ec0573 100644 --- a/Source/Compatibility/Tao/OpenGl/Glu.cs +++ b/Source/Compatibility/Tao/OpenGl/Glu.cs @@ -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