From c77704cb60731a8d4b3c5301720aeacfad83592f Mon Sep 17 00:00:00 2001 From: Marty Connor Date: Tue, 3 Jul 2007 13:20:22 -0400 Subject: Warnings purge: src/{crypto,hci,net} --- src/crypto/axtls/bigint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crypto') diff --git a/src/crypto/axtls/bigint.c b/src/crypto/axtls/bigint.c index 55482f0..253707e 100644 --- a/src/crypto/axtls/bigint.c +++ b/src/crypto/axtls/bigint.c @@ -482,7 +482,7 @@ bigint *bi_divide(BI_CTX *ctx, bigint *u, bigint *v, int is_mod) /* * Perform an integer divide on a bigint. */ -static bigint *bi_int_divide(BI_CTX *ctx, bigint *biR, comp denom) +static bigint *bi_int_divide(__unused BI_CTX *ctx, bigint *biR, comp denom) { int i = biR->size - 1; long_comp r = 0; -- cgit v1.1