From 710069c19ee1795dfd614a4ba683d07e1b8e6f81 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sun, 12 Aug 2007 17:44:32 +0000 Subject: Fix warnings. --- apps/rand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/rand.c') diff --git a/apps/rand.c b/apps/rand.c index a893896033..c3b26c466d 100644 --- a/apps/rand.c +++ b/apps/rand.c @@ -213,7 +213,7 @@ int MAIN(int argc, char **argv) BIO_write(out, buf, chunk); num -= chunk; } - BIO_flush(out); + (void)BIO_flush(out); app_RAND_write_file(NULL, bio_err); ret = 0; -- cgit v1.2.3