codegen: Fix return-type for cancelled async creation methods of classes
commit70f9be0f0d2c78b518424f9d39b46526332680b9
authorErnestas Kulik <ernestask@gnome.org>
Sat, 27 Jan 2018 13:42:56 +0000 (27 15:42 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 30 Jan 2018 07:06:28 +0000 (30 08:06 +0100)
tree27cc4b3a58d3ea781f2809c91abfc15bb1b61ccc
parent7e7b8d694e78b4ee5267deb7bc5f2985e968f98b
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]