mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 11:00:27 +03:00
Warnings purge: src/{crypto,hci,net}
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user