http://git.etherboot.org
/
people
/
dverkamp
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fc9ed1
)
Inhibit compiler warning
author
Michael Brown
<mcb30@etherboot.org>
Mon, 30 Jul 2007 01:58:22 +0000
(
02:58
+0100)
committer
Michael Brown
<mcb30@etherboot.org>
Mon, 30 Jul 2007 01:58:22 +0000
(
02:58
+0100)
src/crypto/axtls/bigint.c
patch
|
blob
|
history
diff --git
a/src/crypto/axtls/bigint.c
b/src/crypto/axtls/bigint.c
index
2551f59
..
ee51c14
100644
(file)
--- a/
src/crypto/axtls/bigint.c
+++ b/
src/crypto/axtls/bigint.c
@@
-473,7
+473,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(BI_CTX *ctx
__unused
, bigint *biR, comp denom)
{
int i = biR->size - 1;
long_comp r = 0;