Ignore missing comments warning

The OpenGL manpages do not include extension methods. Ignore this
warning to let more important ones shine through.
This commit is contained in:
Stefanos A 2013-12-06 19:33:03 +01:00
parent 1d26917758
commit 5b48564ec2

View file

@ -31,6 +31,7 @@ using System.Runtime.InteropServices;
namespace OpenTK.Graphics.OpenGL
{
#pragma warning disable 626
#pragma warning disable 1591
partial class GL
{