mirror of
https://github.com/vale981/arb
synced 2025-03-05 09:21:38 -05:00
silence unused parameter compiler warning
This commit is contained in:
parent
8132e59ff6
commit
a461328183
1 changed files with 2 additions and 0 deletions
2
fmpr.h
2
fmpr.h
|
@ -416,6 +416,8 @@ _fmpr_add_1x1(fmpr_t z,
|
|||
t = x;
|
||||
u = y;
|
||||
|
||||
yexp = yexp; /* unused */
|
||||
|
||||
lo = u << shift;
|
||||
hi = (shift == 0) ? 0 : (u >> (FLINT_BITS - shift));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue