]> git.ipfire.org Git - thirdparty/vala.git/commit
codegen: Correctly return FALSE on uncaught error in async ctor
authorRico Tzschichholz <ricotz@ubuntu.com>
Fri, 26 Jan 2024 07:13:03 +0000 (08:13 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Fri, 26 Jan 2024 07:13:03 +0000 (08:13 +0100)
commit8d5afc9a9c7f4a4bbf78e906b83dad7c277eea3c
tree26ee4f98fa33aded67820e6f203a7e955bed8119
parent9e1defe0bdf0b084dd2fc2b5b9b471b37d3f45b3
codegen: Correctly return FALSE on uncaught error in async ctor

Found by -Werror=int-conversion
codegen/valagerrormodule.vala
tests/Makefile.am
tests/asynchronous/creation-method-uncaught.c-expected [new file with mode: 0644]
tests/asynchronous/creation-method-uncaught.vala [new file with mode: 0644]