Skip to content

openbsd: set proper gsize typedef

Antoine Jacoutot requested to merge ajacoutot/glib:openbsd-gsize into master

Workaround a check that was lost during the move from autoconf to meson: If int/long are the same size, we see which one produces warnings when used in the location as size_t.

On OpenBSD, the type should be unsigned long gsize. For the time being, we simply reorders the if statement to put the one we need earlier until a proper solution using meson is found.

#1777 (closed)

Merge request reports