GNOME Bugzilla – Bug 150986
Fix some warnings
Last modified: 2004-12-22 21:47:04 UTC
This patch fixes the following two warnings: gnome-i18n.c:49: warning: return makes pointer from integer without a cast and gnome-program.c:1932:29: warning: incorrect type in argument 8 (different base types) gnome-program.c:1932:29: expected int [usertype] args gnome-program.c:1932:29: got void *<noident>
Created attachment 30909 [details] [review] patch to fix warnings