From d7a6b3f91480c2d1d54d668d1be3b59f17315e1e Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Wed, 27 Oct 2010 12:23:23 +0000 Subject: [PATCH] Fix. git-svn-id: file:///svn/unbound/trunk@2316 be551aaa-1e26-0410-a405-d3ace91eadb9 --- smallapp/unbound-anchor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smallapp/unbound-anchor.c b/smallapp/unbound-anchor.c index 5513f03c8..93a5b753a 100644 --- a/smallapp/unbound-anchor.c +++ b/smallapp/unbound-anchor.c @@ -1426,7 +1426,7 @@ xml_append_bio(BIO* b, BIO* a) { char* z = NULL; long i, len; - BIO_seek(a, 0); + (void)BIO_seek(a, 0); len = BIO_get_mem_data(a, &z); if(!len || !z) { if(verb) printf("out of memory in BIO_write\n"); -- 2.47.2