]> git.ipfire.org Git - thirdparty/vala.git/commit
codegen: Use G_TYPE_CHECK_INSTANCE_CAST for comparisons with interfaces
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 22 Jul 2019 10:49:53 +0000 (12:49 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 22 Jul 2019 11:12:36 +0000 (13:12 +0200)
commit5744eed9e8adcf7714bab17042188a508c510922
treea78d5117399c71b41b0c035f934d30cf4bb2c882
parentaf65169925c598f1757a67ba88ab66eff5d39acf
codegen: Use G_TYPE_CHECK_INSTANCE_CAST for comparisons with interfaces

Avoids "comparison of distinct pointer types lacks a cast" warning for
such cases.
codegen/valaccodebasemodule.vala
configure.ac
tests/Makefile.am
tests/objects/instance-comparison.vala [new file with mode: 0644]