GNOME Bugzilla – Bug 662064
Build and GCC warning fixes with glib git.
Last modified: 2011-10-19 16:39:00 UTC
see patches.
Created attachment 199301 [details] [review] value.c: Don't use deprecated gvalue calls https://bugzilla.gnome.org/show_bug.cgi?id=662010
Created attachment 199302 [details] [review] console.c: Don't use deprecated g_thread_init()
Created attachment 199303 [details] [review] stack.c: Kill a gcc unused variable warning
*** Bug 662010 has been marked as a duplicate of this bug. ***
Review of attachment 199301 [details] [review]: You'll need to update the configure.ac to require GLib master or use #ifdef GLIB_CHECK_VERSION(2,32,0)
Review of attachment 199302 [details] [review]: Yep
Review of attachment 199303 [details] [review]: There was probably a reason we were retrieving the "this" object...probably to print it? Might be nice to try resurrecting that if it was accidentally deleted.
Attachment 199301 [details] pushed as b3cfcce - value.c: Don't use deprecated gvalue calls Attachment 199302 [details] pushed as ed604d0 - console.c: Don't use deprecated g_thread_init() Attachment 199303 [details] pushed as eadfba2 - stack.c: Kill a gcc unused variable warning Fixed up configure.ac. Last patch passed IRC review (git log showed this_obj was never used). Thanks!