mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-01 13:23:07 +02:00
girepository/girffi.c: Fix "Unexpected time for time_t" message.
svn path=/trunk/; revision=919
This commit is contained in:
parent
fd1fe6c0b6
commit
3b0bf76d21
2
girffi.c
2
girffi.c
@ -75,7 +75,7 @@ g_ir_ffi_get_ffi_type (GITypeTag tag)
|
|||||||
#elif SIZEOF_TIME_T == 8
|
#elif SIZEOF_TIME_T == 8
|
||||||
return &ffi_type_sint64;
|
return &ffi_type_sint64;
|
||||||
#else
|
#else
|
||||||
# error "Unexpected time for time_t: not 4 or 8"
|
# error "Unexpected size for time_t: not 4 or 8"
|
||||||
#endif
|
#endif
|
||||||
case GI_TYPE_TAG_ULONG:
|
case GI_TYPE_TAG_ULONG:
|
||||||
return &ffi_type_ulong;
|
return &ffi_type_ulong;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user