Re: [Vala] What is correct solution to warning: 'null' incompatible with 'SomeType'?
- From: Levi Bard <taktaktaktaktaktaktaktaktaktak gmail com>
- To: Jan Hudec <bulb ucw cz>
- Cc: vala-list gnome org
- Subject: Re: [Vala] What is correct solution to warning: 'null' incompatible with 'SomeType'?
- Date: Fri, 17 Apr 2009 15:39:04 -0400
Shell.vala:112.13-112.24: warning: `null' incompatible with return type
`Guitcore.Task`
return null;
^^^^^^^^^^^^
Try making the return type of the method "Guitcore.Task?" (the ?
signifies that the type is nullable).
http://live.gnome.org/Vala/FAQ#head-7c7455d22d2055a29e8d025d4785f59452ae81e6
--
http://homes.eff.org/~barlow/EconomyOfIdeas.html
http://www.dreamsongs.com/MobSoftware.html
http://www.gnu.org/philosophy/shouldbefree.html
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]