mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-25 10:28:56 +02:00
GCC isn't smart enough to recognise that the assertion on the size of N_PROPERTIES also affects the assertion on the GParamSpec array access, so we need to coalesce the two checks into one to avoid an array-bounds compiler warning.