kill a couple warnings in GLib.Value

* glib/Value.cs: disable 0414 on the pad fields
This commit is contained in:
Mike Kestner 2011-01-07 22:22:04 -06:00
parent ec77219ad5
commit efefeb270c

View File

@ -44,8 +44,10 @@ namespace GLib {
}
IntPtr type;
#pragma warning disable 0414
Padding pad1;
Padding pad2;
#pragma warning restore 0414
public static Value Empty;