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 141071 - tests/testgtk.c: many warnings fixed
tests/testgtk.c: many warnings fixed
Status: RESOLVED DUPLICATE of bug 141072
Product: gtk+
Classification: Platform
Component: Widget: Other
2.4.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2004-04-25 14:01 UTC by Chris Sherlock
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Chris Sherlock 2004-04-25 14:01:03 UTC
All fixed:

testgtk.c: In function `create_gridded_geometry':
testgtk.c:1983: warning: dereferencing type-punned pointer will break
strict-aliasing rules
testgtk.c: In function `create_key_lookup':
testgtk.c:4159: warning: dereferencing type-punned pointer will break
strict-aliasing rules
testgtk.c: In function `find_widget_at_pointer':
testgtk.c:11253: warning: dereferencing type-punned pointer will break
strict-aliasing rules

Not fixed (not sure whether to remove these functions or not...):

testgtk.c: At top level:
testgtk.c:7304: warning: `opacity_toggled_cb' defined but not used
testgtk.c:7315: warning: `palette_toggled_cb' defined but not used
Comment 1 Chris Sherlock 2004-04-25 14:18:02 UTC

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