After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 726076 - Uninitialised variables in tests/test-boundingbox.c
Uninitialised variables in tests/test-boundingbox.c
Status: RESOLVED FIXED
Product: dia
Classification: Other
Component: general
0.97.x
Other Linux
: Low minor
: 0.98
Assigned To: Dia maintainers
Dia maintainers
Depends on:
Blocks:
 
 
Reported: 2014-03-11 00:21 UTC by Flavio Medeiros
Modified: 2014-09-06 13:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Flavio Medeiros 2014-03-11 00:21:01 UTC
Uninitialized variable: ret when we do not define GLIB_CHECK_VERSION at line 147.
Comment 1 Hans Breuer 2014-03-11 19:11:14 UTC
If this is the only problem we have with gtk+ < 2.16 it still would be interesting which version you actually used. I kind of doubt Dia still builds flawlessly with gtk+ 2.6, but that's what configure currently checks for.

The actual meaning of the warning is: if the test does not run at all the application will deliver an undefined return value. I fails to see that this is above minor.

BTW: dia-0.97-pre3 is a long time obsolete version. It was a pre-release of 0.97, see NOTES: dia-0.97-pre3: 2009-04-11
Comment 2 Hans Breuer 2014-09-06 13:21:43 UTC
Not fixed on dia-0-97 branch, but the GLIB_CHECK_VERSION() in question is gone by:
https://git.gnome.org/browse/dia/commit/?id=04c3d1c20477bc35e10f3a6faaeb0c53daa025e8