|
From: gnome-perl (bugzilla.gnome.org) <bug...@bu...> - 2006-11-25 04:48:24
|
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 #11 from Sergei Steshenko 2006-11-25 04:48 UTC ------- I had a little bit closer look at pango and here is what I found: 1) " 31] 6:38 se...@co...:/maxtor5/sergei/AppsFromScratchWD> grep war= ning build/pango-1.14.8/make.log | wc -l 27 [32] 6:38 se...@co...:/maxtor5/sergei/AppsFromScratchWD> grep wa= rning build/pango-1.14.7/make.log | wc -l 25 [33] 6:38 se...@co...:/maxtor5/sergei/AppsFromScratchWD> " - i.e. pango-1.14.8 has more warnings than 1.14.7; 2) " [34] 6:39 se...@co...:/maxtor5/sergei/AppsFromScratchWD> grep wa= rning build/pango-1.14.7/make.log | sort > pango-1.14.7.warnings [35] 6:39 se...@co...:/maxtor5/sergei/AppsFromScratchWD> grep wa= rning build/pango-1.14.8/make.log | sort > pango-1.14.8.warnings [36] 6:39 se...@co...:/maxtor5/sergei/AppsFromScratchWD> diff pango-1.14.8.warnings pango-1.14.7.warnings 7,8d6 < pangocairo-render.c:421: warning: return type defaults to 'int' < pangocairo-render.c:433: warning: control reaches end of non-void funct= ion " To me the last one, i.e. " pangocairo-render.c:433: warning: control reaches end of non-void functio= n " looks like a bug - this means the function was supposed to return somethi= ng, but there is no 'return <expression>;' statement at the end. --=20 Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=3Demail |