]> git.ipfire.org Git - thirdparty/vala.git/commit
codegen: Don't uncoditionally null check callback_func for GLib.Closure
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 24 Jan 2022 09:17:46 +0000 (10:17 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 16 Feb 2022 17:31:49 +0000 (18:31 +0100)
commit1201c5fbb97cde460768faebfd2378d26c3ec2e9
treeb9145833058777959c0f4d91e4f11b8bc02c775f
parent408bb74ab937bd4da768c5796c55593ec4473f68
codegen: Don't uncoditionally null check callback_func for GLib.Closure

Found by -Werror=address with GCC 12

See https://gitlab.gnome.org/GNOME/vala/issues/1282
codegen/valaccodemethodcallmodule.vala
tests/delegates/gclosure-conversion.vala
vala/valacastexpression.vala
vala/valamemberaccess.vala