Explorar el Código

Inhibit compiler warning

tags/v0.9.3
Michael Brown hace 17 años
padre
commit
74ad5014c5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/crypto/axtls/bigint.c

+ 1
- 1
src/crypto/axtls/bigint.c Ver fichero

@@ -473,7 +473,7 @@ bigint *bi_divide(BI_CTX *ctx, bigint *u, bigint *v, int is_mod)
473 473
 /*
474 474
  * Perform an integer divide on a bigint.
475 475
  */
476
-static bigint *bi_int_divide(BI_CTX *ctx, bigint *biR, comp denom)
476
+static bigint *bi_int_divide(BI_CTX *ctx __unused, bigint *biR, comp denom)
477 477
 {
478 478
     int i = biR->size - 1;
479 479
     long_comp r = 0;

Loading…
Cancelar
Guardar