GNOME Bugzilla – Bug 659441
Uninitialized variable used
Last modified: 2011-09-21 18:54:50 UTC
Get that warning when building GTK: gtktreemodelfilter.c:1658:7: warning: 'parent' is used uninitialized in this function [-Wuninitialized] And indeed parent is used before assigning a value in gtk_tree_model_filter_remove_elt_from_level(). From a quick look, it should have no influence, but still worth a fix.
Created attachment 196906 [details] [review] GtkTreeModelFilter: Fix build warnings
Comment on attachment 196906 [details] [review] GtkTreeModelFilter: Fix build warnings Looks good. (I wonder why my clang didn't catch this, smells like a compiler bug ;)
Thanks, merged.
*** Bug 659733 has been marked as a duplicate of this bug. ***