build: Quench the compiler's thirst for warnings

This commit is contained in:
Emmanuele Bassi
2010-09-04 18:24:50 +01:00
parent 581e68b7d3
commit 19972a1b57
6 changed files with 9 additions and 1 deletions

View File

@@ -736,6 +736,7 @@ test_peer (void)
g_object_unref (method_reply_message);
error = NULL;
len = 0;
buf = read_all_from_fd (fd, &len, &error);
g_assert_no_error (error);
g_assert (buf != NULL);