More Warning cleanups (Tim Beckmann)
This commit is contained in:
parent
abab1011ac
commit
95b8b49b76
60 changed files with 205 additions and 110 deletions
|
@ -162,7 +162,7 @@ static void MakeHuffTreeFromHuffItems(HuffNode *base, HuffItem *source, int coun
|
|||
{
|
||||
temp[n].bits = source[n].Count;
|
||||
}
|
||||
while (upperlim = --count)
|
||||
while ((upperlim = --count))
|
||||
{
|
||||
if (temp[0].zero)
|
||||
temp[0].zero->parent = temp[0].one->parent = movdest;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue