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 664144 - iochannel-test.c is throwing compiler warnings
iochannel-test.c is throwing compiler warnings
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2011-11-15 21:10 UTC by Sjoerd Simons
Modified: 2011-11-18 04:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (2.10 KB, patch)
2011-11-15 21:10 UTC, Sjoerd Simons
accepted-commit_now Details | Review
Silence compiler warnings (2.15 KB, patch)
2011-11-18 04:12 UTC, Matthias Clasen
committed Details | Review

Description Sjoerd Simons 2011-11-15 21:10:07 UTC
Created attachment 201480 [details] [review]
proposed patch

iochannel-test.c gives several warnings for format strings (-Werror=format-security) and
set but unused variables (-Wunused-but-set-variable)
Comment 1 Matthias Clasen 2011-11-15 22:32:41 UTC
Review of attachment 201480 [details] [review]:

Looks fine, thanks.
Comment 2 Matthias Clasen 2011-11-18 04:12:56 UTC
The following fix has been pushed:
216fd8a Silence compiler warnings
Comment 3 Matthias Clasen 2011-11-18 04:12:59 UTC
Created attachment 201643 [details] [review]
Silence compiler warnings

Fix several warnings for format strings (-Werror=format-security) and
set but unused variables (-Wunused-but-set-variable)