Fix more warning-addition fallout

I'm normally a big fan of small atomic commits, but I also want to get
things done this afternoon...

Bug: https://bugzilla.gnome.org/show_bug.cgi?id=687441
Reviewed-by: Colin Walters <walters@verbum.org>
This commit is contained in:
Simon McVittie
2012-11-02 15:45:14 +00:00
parent 733acc2316
commit 837db1a026
8 changed files with 33 additions and 24 deletions

View File

@@ -15,7 +15,7 @@ static void
test_small_writes (void)
{
GIOChannel *io;
GIOStatus status;
GIOStatus status = G_IO_STATUS_ERROR;
guint cnt;
gchar tmp;
GError *error = NULL;