Fix more unused value warnings.

This commit is contained in:
Dr. Stephen Henson
2007-07-04 13:09:27 +00:00
parent 4570d29404
commit 761f3b403b
5 changed files with 11 additions and 11 deletions

View File

@@ -573,5 +573,5 @@ void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *
BIO_printf(bio, " ...");
BIO_printf(bio, "\n");
}
BIO_flush(bio);
(void)BIO_flush(bio);
}