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 335355 - compiler warnings with gtk+ 2.9
compiler warnings with gtk+ 2.9
Status: RESOLVED DUPLICATE of bug 329850
Product: gdk-pixbuf
Classification: Platform
Component: general
git master
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
: 335512 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-03-21 13:25 UTC by Christian Persch
Modified: 2010-07-10 04:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Persch 2006-03-21 13:25:08 UTC
cc1: warnings being treated as errors
io-svg.c: In function 'fill_info':
io-svg.c:206: warning: pointer targets in initialization differ in signedness
io-svg.c:207: warning: pointer targets in initialization differ in signedness
io-svg.c:211: warning: pointer targets in initialization differ in signedness
io-svg.c:211: warning: pointer targets in initialization differ in signedness
io-svg.c:212: warning: pointer targets in initialization differ in signedness
io-svg.c:212: warning: pointer targets in initialization differ in signedness
Comment 1 Dominic Lachowicz 2006-03-21 15:14:10 UTC
GdkPixbuf changed their API (unsigned char -> char), and I'm not about to work around it to silence these warnings. I'm reassigning this to them.
Comment 2 Dominic Lachowicz 2006-03-22 13:37:25 UTC
*** Bug 335512 has been marked as a duplicate of this bug. ***
Comment 3 Dominic Lachowicz 2006-03-22 13:39:50 UTC
Duplicate.

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