From 3c355d425bb1f4087ac1e7c27460b93551c39a82 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Thu, 3 May 2018 12:15:48 +0200 Subject: [PATCH] Warnings are errors :( --- src/compat/getentropy_linux.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compat/getentropy_linux.c b/src/compat/getentropy_linux.c index 3008b49f..744783cd 100644 --- a/src/compat/getentropy_linux.c +++ b/src/compat/getentropy_linux.c @@ -359,6 +359,7 @@ static int getentropy_phdr(struct dl_phdr_info *info, size_t size, void *data) { CRYPTO_SHA512_CTX *ctx = data; + (void)size; CRYPTO_SHA512_UPDATE(ctx, &info->dlpi_addr, sizeof (info->dlpi_addr)); return (0);