diff --git a/wolfcrypt/src/eccsi.c b/wolfcrypt/src/eccsi.c index cf39d56bf..836243bed 100644 --- a/wolfcrypt/src/eccsi.c +++ b/wolfcrypt/src/eccsi.c @@ -1376,6 +1376,7 @@ static int eccsi_mulmod_base_add(EccsiKey* key, const mp_int* n, err = NOT_COMPILED_IN; } (void)key; + (void)n; (void)a; (void)res; (void)mp;