GNOME Bugzilla – Bug 664144
iochannel-test.c is throwing compiler warnings
Last modified: 2011-11-18 04:12:59 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)
Review of attachment 201480 [details] [review]: Looks fine, thanks.
The following fix has been pushed: 216fd8a Silence compiler warnings
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)