]> git.ipfire.org Git - thirdparty/vala.git/commit
codegen: Fix return-type for cancelled async creation methods of classes
authorErnestas Kulik <ernestask@gnome.org>
Sat, 27 Jan 2018 13:42:56 +0000 (15:42 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 30 Jan 2018 07:15:46 +0000 (08:15 +0100)
commit3b4e5e29840bc04211218b989ceec8721f32d84c
tree7c68dcb7428078cbd842800930a8cf8823b5a91f
parentda21a1161eb7dc63a24c89ea2a17fbcf39c3915a
codegen: Fix return-type for cancelled async creation methods of classes

While gcc just puts out a warning clang actually fails due to
-Werror=return-type.

https://bugzilla.gnome.org/show_bug.cgi?id=792942
codegen/valagasyncmodule.vala
tests/Makefile.am
tests/asynchronous/bug792942.vala [new file with mode: 0644]