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
1 changed files with 2 additions and 0 deletions
|
@ -44,8 +44,10 @@ namespace GLib {
|
|||
}
|
||||
|
||||
IntPtr type;
|
||||
#pragma warning disable 0414
|
||||
Padding pad1;
|
||||
Padding pad2;
|
||||
#pragma warning restore 0414
|
||||
|
||||
public static Value Empty;
|
||||
|
||||
|
|
Loading…
Reference in a new issue