isl_imath_fits_slong_p: pass correct argument to mp_int_to_int
commit532a6c63e9e7ed879a8e30ac42d54488cfb4dbb3
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 11 Jun 2015 10:43:17 +0000 (11 12:43 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 11 Jun 2015 10:45:18 +0000 (11 12:45 +0200)
treee9de0084c2b9521f9044c841aedbb5e45eed072a
parent335aae33fee26fa1881f3b463a30751a3021acfb
isl_imath_fits_slong_p: pass correct argument to mp_int_to_int

The use of the wrong type should not affect correctness since
the value stored in the argument is never used, but it does
produce a warning in xlc.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_imath.c