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 734735 - GCC warns about unused things when building GTK+ on W32
GCC warns about unused things when building GTK+ on W32
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-08-13 19:46 UTC by LRN
Modified: 2014-08-13 23:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix various warnings about unused things (10.34 KB, patch)
2014-08-13 19:46 UTC, LRN
committed Details | Review

Description LRN 2014-08-13 19:46:38 UTC
Mostly unused variables (either forgotten, or used only under non-W32 ifdef).
Comment 1 LRN 2014-08-13 19:46:42 UTC
Created attachment 283320 [details] [review]
Fix various warnings about unused things
Comment 2 Matthias Clasen 2014-08-13 22:49:09 UTC
Review of attachment 283320 [details] [review]:

looks good
Comment 3 LRN 2014-08-13 23:39:32 UTC
Attachment 283320 [details] pushed as 694c8d3 - Fix various warnings about unused things