From 45757373ced1b50b183fb6cff44f1e6859d8cfb9 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Sun, 14 Feb 2016 16:37:45 +0100 Subject: tests: drop an assumption that time_t is same as glong This is false on x32, arm32 on Linux and on 32-bit archs of FreeBSD, OpenBSD. In general we've been moving g-i away from supporting time_t due to various problems - GLib-using apps should use GTimeVal or GDateTime etc. https://bugzilla.gnome.org/show_bug.cgi?id=736109 --- tests/offsets/offsets.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/offsets/offsets.h b/tests/offsets/offsets.h index b57b1bfc..10485327 100644 --- a/tests/offsets/offsets.h +++ b/tests/offsets/offsets.h @@ -30,8 +30,6 @@ struct _OffsetsBasic { gdouble field_double; char dummy8; gsize field_size; - char dummy9; - time_t field_time; }; typedef enum { -- cgit v1.2.1