r12093 - gnucash/trunk - Don't ignore the return value of glib list
functions. This will
David Hampton
hampton at cvs.gnucash.org
Sun Dec 4 12:08:03 EST 2005
Author: hampton
Date: 2005-12-04 12:08:02 -0500 (Sun, 04 Dec 2005)
New Revision: 12093
Trac: http://svn.gnucash.org/trac/changeset/12093
Modified:
gnucash/trunk/ChangeLog
gnucash/trunk/lib/libqof/qof/qofquery.c
gnucash/trunk/src/engine/gnc-associate-account.c
gnucash/trunk/src/engine/test-core/test-engine-stuff.c
gnucash/trunk/src/gnome-utils/test/test-gnc-recurrence.c
Log:
Don't ignore the return value of glib list functions. This will
likely become a warning in future version of glib, which translates to
an error for gnucash since it compiles with the -Werror flag.
More information about the gnucash-patches
mailing list