mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-03-08 10:10:00 +00:00
Add comment for #pragma disable
This commit is contained in:
parent
f4d09e030f
commit
e4e7fba52a
|
@ -31,7 +31,8 @@ using OpenTK.Graphics;
|
|||
|
||||
// ReSharper disable InconsistentNaming
|
||||
// ReSharper disable UnusedMember.Global
|
||||
#pragma warning disable 1591
|
||||
|
||||
#pragma warning disable 1591 // Missing XML comments
|
||||
|
||||
namespace OpenTK.Platform.Egl
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue