Skip to content

Drop usage of return*_if_fail() to avoid return-mismatch error of C compiler

Rico Tzschichholz requested to merge ricotz/blackbox:gcc-14 into main

return*_if_fail() macros are not suitable in certain places.

See GNOME/vala!369 (merged)

Merge request reports