From 76bb06bf7e182d5bf6360d97a381c70a3c0b8bb1 Mon Sep 17 00:00:00 2001 From: olszomal Date: Mon, 8 May 2023 14:37:12 +0200 Subject: [PATCH] Squash unused parameter warning --- cab.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cab.c b/cab.c index 479a81a..e5190e5 100644 --- a/cab.c +++ b/cab.c @@ -556,6 +556,9 @@ static void cab_update_data_size(FILE_FORMAT_CTX *ctx, BIO *outdata, PKCS7 *p7) 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; + /* squash the unused parameter warning */ + (void)ctx; + if (!p7) { /* CMD_REMOVE * additional header does not exist so additional data size is unused */