summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2016-02-14 16:37:45 +0100
committerColin Walters <walters@verbum.org>2016-02-14 11:17:53 -0500
commit45757373ced1b50b183fb6cff44f1e6859d8cfb9 (patch)
tree882831608751ad0d100b411fdd26ab0fa9ec04a0
parentcd355e86a28bfed7744ac567f06ab18a12d1ad1d (diff)
downloadgobject-introspection-45757373ced1b50b183fb6cff44f1e6859d8cfb9.tar.gz
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
-rw-r--r--tests/offsets/offsets.h2
1 files changed, 0 insertions, 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 {