|
From: gnome-perl (bugzilla.gnome.org) <bug...@bu...> - 2006-11-25 04:55:22
|
Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=3D378662 gnome-perl | Gtk2 | Ver: unspecified ------- Comment #12 from Behdad Esfahbod 2006-11-25 04:55 UTC ------- > < pangocairo-render.c:421: warning: return type defaults to 'int' > < pangocairo-render.c:433: warning: control reaches end of non-void fun= ction Checked it. Nothing serious. A "void" return type from a new static fun= ction was ommitted by mistake, and defaulting to int, it was lacking a return.=20 Adding back the void fixed both. So, no undefined behavior, no. --=20 Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=3Demail |