Skip to content

build: Mismatch between gint64 and int64_t in OSX 64-bit

Philip Withnall requested to merge pwithnall/glib:972-integers-on-os-x into master

Check for compile warnings when assigning an int64_t* to a long*, make gint64 a long long if they occur and assigning an int64_t* to a long long* doesn't.

Modified by Philip Withnall withnall@endlessm.com to support Meson as well as autotools.

#972 (closed)

Closes #972 (closed)


This is an updated version of John Ralls’ patch.

Merge request reports