[pkg-fso-maint] Bug#576742: warnings about possible uninitalized use of _ecode and _edomain

Heiko Stübner heiko at sntech.de
Tue Apr 6 20:04:40 UTC 2010


Package: libfso-glib
Version: 0.2.1+git20100304-1
Severity: normal
Forwarded: https://bugzilla.gnome.org/show_bug.cgi?id=615003

The vars _edomain and _ecode are created in vala without an initial value. The 
following code does not in all cases set a default value.
Both vars are then passed to g_set_error resulting in a compiler warning about 
usage of an uninitialized variable.

In libfso-glib of the freesmartphone.org-project this results in 946 warnings 
about this.





More information about the pkg-fso-maint mailing list