From 1feae2011ccd122ffb9a8f28013a13e57fc0b4fd Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Sun, 18 Apr 1999 08:18:52 +0000 Subject: See ChangeLog: Sun Apr 18 10:11:28 CEST 1999 Werner Koch --- mpi/mpi-pow.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mpi/mpi-pow.c') diff --git a/mpi/mpi-pow.c b/mpi/mpi-pow.c index 96a1218d9..e8d55f9b9 100644 --- a/mpi/mpi-pow.c +++ b/mpi/mpi-pow.c @@ -52,7 +52,8 @@ mpi_powm( MPI res, MPI base, MPI exp, MPI mod) mpi_ptr_t xp_marker=NULL; int assign_rp=0; mpi_ptr_t tspace = NULL; - mpi_size_t tsize=0; /* to avoid compiler warning, fixme: check */ + mpi_size_t tsize=0; /* to avoid compiler warning */ + /* fixme: we should check that the warning is void*/ esize = exp->nlimbs; msize = mod->nlimbs; -- cgit v1.2.3