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 169911 - gcc4 signedness error: eel-gdk-pixbuf-extensions.c:133
gcc4 signedness error: eel-gdk-pixbuf-extensions.c:133
Status: RESOLVED DUPLICATE of bug 300646
Product: eel
Classification: Deprecated
Component: general
CVS HEAD
Other All
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-03-11 06:56 UTC by Ivan Gyurdiev
Modified: 2005-06-05 12:48 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Ivan Gyurdiev 2005-03-11 06:56:16 UTC
Please describe the problem:
Since warnings are treated as errors, this prevents the build.

cc1: warnings being treated as errors
eel-gdk-pixbuf-extensions.c: In function 'eel_gdk_pixbuf_load':
eel-gdk-pixbuf-extensions.c:133: warning: pointer targets in passing argument 2
of 'gdk_pixbuf_loader_write' differ in signedness
make[2]: *** [eel-gdk-pixbuf-extensions.lo] Error 1
make[2]: Leaving directory `/home/phantom/src/eel/eel'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/phantom/src/eel'
make: *** [all] Error 2


Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Vincent Untz 2005-06-05 12:48:36 UTC
Patch is in bug #300646

*** This bug has been marked as a duplicate of 300646 ***