After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 150986 - Fix some warnings
Fix some warnings
Status: RESOLVED FIXED
Product: libgnome
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: libgnome maintainer
libgnome maintainer
Depends on:
Blocks:
 
 
Reported: 2004-08-24 23:17 UTC by Kjartan Maraas
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to fix warnings (1.30 KB, patch)
2004-08-24 23:18 UTC, Kjartan Maraas
committed Details | Review

Description Kjartan Maraas 2004-08-24 23:17:31 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>
Comment 1 Kjartan Maraas 2004-08-24 23:18:12 UTC
Created attachment 30909 [details] [review]
patch to fix warnings