Remove warning

This commit is contained in:
Twinaphex 2018-09-01 04:04:15 +02:00
parent 23eb1e981a
commit 93af9baf48
1 changed files with 0 additions and 3 deletions

View File

@ -221,10 +221,7 @@ static int rbmp__high_bit(unsigned int z)
z >>= 2;
}
if (z >= 0x00002)
{
n += 1;
z >>= 1;
}
return n;
}