GNOME Bugzilla – Bug 757675
types: Tweak dummy padding in JsonObjectIter
Last modified: 2015-11-06 10:59:17 UTC
Trivial patch attached. Fixes build failures on i386 and armhf.
Created attachment 314969 [details] [review] types: Tweak dummy padding in JsonObjectIter Use padding which resembles the ABI structure of GHashTableIter so that our struct size is the same as GHashTableIter on all platforms, rather than just on x86_64. This fixes the static assertion failure on i386 and armhf.
Review of attachment 314969 [details] [review]: Okay.
Attachment 314969 [details] pushed as 3e0985c - types: Tweak dummy padding in JsonObjectIter