GNOME Bugzilla – Bug 314664
implicit pointer conversion might cause serious breakage on 64-bits arches
Last modified: 2005-08-31 19:26:25 UTC
Version details: Debian's 2.10.0-1 Distribution/Version: Debian/sid Hi, Dann Frazier reported in Debian bug <http://bugs.debian.org/318651> that libbonoboui 2.10.0 builds with a dangerous warning on the ppc64 arch. This warning might indicate a conversion which might cause serious breakage on 64-bit arches. He proposed a small patch against bonobo/Makefile.in and bonobo/bonobo-selector-widget.c, and I checked that bonobo/bonobo-selector-widget.c wasn't fixed in 2.10.1. Please review and include this patch. I don't know why, but the Makefile.in part seems irrelevant now. Bye,
Created attachment 51427 [details] [review] fix for implicit pointer warning
Hmm, no my mistake, the Makefile.in part still applies.
Why do we want to start using deprecated APIs ? - sounds duff to me ;-)
No idea, I didn't try understanding the patch. Do you have a better fix in CVS?
Created attachment 51561 [details] [review] Don't use gnome_i18n_get_language_list I think this is a better fix.
I've rebuilt with the patch and compared build logs (I don't have access to 64-bit systems), everything seems fine. The warning disappears with this patch too.
Looks great Gustavo - please do commit wherever you see fit :-)
ok, committed