mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-03-01 04:07:07 +00:00
kill a couple warnings in GLib.Value
* glib/Value.cs: disable 0414 on the pad fields
This commit is contained in:
parent
ec77219ad5
commit
efefeb270c
|
@ -44,8 +44,10 @@ namespace GLib {
|
||||||
}
|
}
|
||||||
|
|
||||||
IntPtr type;
|
IntPtr type;
|
||||||
|
#pragma warning disable 0414
|
||||||
Padding pad1;
|
Padding pad1;
|
||||||
Padding pad2;
|
Padding pad2;
|
||||||
|
#pragma warning restore 0414
|
||||||
|
|
||||||
public static Value Empty;
|
public static Value Empty;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue