mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-25 21:56:57 +00:00
Removed warning disables.
This commit is contained in:
parent
7b72e2d156
commit
86189c2fc4
|
@ -111,11 +111,6 @@ namespace OpenTK.Graphics.OpenGL
|
||||||
|
|
||||||
#region --- GL Overloads ---
|
#region --- GL Overloads ---
|
||||||
|
|
||||||
#pragma warning disable 3019
|
|
||||||
#pragma warning disable 1591
|
|
||||||
#pragma warning disable 1572
|
|
||||||
#pragma warning disable 1573
|
|
||||||
|
|
||||||
// Note: Mono 1.9.1 truncates StringBuilder results (for 'out string' parameters).
|
// Note: Mono 1.9.1 truncates StringBuilder results (for 'out string' parameters).
|
||||||
// We work around this issue by doubling the StringBuilder capacity.
|
// We work around this issue by doubling the StringBuilder capacity.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue