mirror of
https://github.com/ipxe/ipxe
synced 2026-03-16 03:02:07 +03:00
Inhibit compiler warning
This commit is contained in:
@@ -473,7 +473,7 @@ bigint *bi_divide(BI_CTX *ctx, bigint *u, bigint *v, int is_mod)
|
|||||||
/*
|
/*
|
||||||
* Perform an integer divide on a bigint.
|
* Perform an integer divide on a bigint.
|
||||||
*/
|
*/
|
||||||
static bigint *bi_int_divide(BI_CTX *ctx, bigint *biR, comp denom)
|
static bigint *bi_int_divide(BI_CTX *ctx __unused, bigint *biR, comp denom)
|
||||||
{
|
{
|
||||||
int i = biR->size - 1;
|
int i = biR->size - 1;
|
||||||
long_comp r = 0;
|
long_comp r = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user