libmp: silence compiler warning for strtomp

This commit is contained in:
cinap_lenrek 2016-01-06 01:19:05 +01:00
parent 32c11e2871
commit e064752dd4

View file

@ -88,7 +88,7 @@ from8(char *a, mpint *b)
next = p;
i = 0;
x = 0;
x = y = 0;
while(p > a){
y = tab.t10[*(uchar*)--p];
x |= y << i;