]> git.ipfire.org Git - thirdparty/vala.git/commit
codegen: Perform required cast while assigning and passing function pointers
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 5 Feb 2023 18:33:15 +0000 (19:33 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 9 Feb 2023 14:43:53 +0000 (15:43 +0100)
commit9c49c451088eb10ae17f6d3621cabab1ece51b23
tree20e90104c7a7f8478e942f050e28b108fbfce92e
parent54d28efa90642b161fa5ff1813285c261d68ce32
codegen: Perform required cast while assigning and passing function pointers

Found by -Wincompatible-function-pointer-types

See https://gitlab.gnome.org/GNOME/vala/issues/1408
codegen/valaccodememberaccessmodule.vala
tests/delegates/params-array-with-throws.c-expected
tests/delegates/params-array.c-expected
tests/delegates/variadic.c-expected