Merge pull request #157 from thefiddler/warnfix
authorthefiddler <stapostol@gmail.com>
Mon, 21 Jul 2014 16:05:20 +0000 (18:05 +0200)
committerthefiddler <stapostol@gmail.com>
Mon, 21 Jul 2014 16:05:20 +0000 (18:05 +0200)
Fix all build warnings on VS2013 and Mono 3.4.0

1  2 
Source/OpenTK/Graphics/ES11/ES11.cs
Source/OpenTK/Graphics/ES11/ES11Enums.cs
Source/OpenTK/Graphics/OpenGL/GL.cs

Simple merge
@@@ -12246,12 -12284,9 +12284,13 @@@ namespace OpenTK.Graphics.ES1
      /// <summary>
      /// Not used directly.
      /// </summary>
+     [CLSCompliant(false)]
      public enum OesByteCoordinates : int
      {
 +        /// <summary>
 +        /// Original was GL_BYTE = 0x1400
 +        /// </summary>
 +        Byte = ((int)0x1400)        ,
      }
  
      /// <summary>
Simple merge