Hello, all.

In file takehiro.c, I got following errors.

I think unsinged should be changed to int, or all must be casted.

Error   : cannot convert
'unsigned int *' to
'int *'
takehiro.c line 247   return count_bit_noESC(ix, end, 1, s);

Error   : cannot convert
'unsigned int *' to
'int *'
takehiro.c line 251   return count_bit_noESC_from2(ix, end,
huf_tbl_noESC[max - 1], s);

Error   : cannot convert
'unsigned int *' to
'int *'
takehiro.c line 257   choice = count_bit_noESC_from3(ix, end,
huf_tbl_noESC[max - 1], s);

Error   : cannot convert
'unsigned int *' to
'int *'
takehiro.c line 281   return count_bit_ESC(ix, end, choice, choice2, s);

Error   : cannot convert
'int *' to
'unsigned int *'
takehiro.c line 369   gi->table_select[2] = choose_table(ix + a2, ix + i,
&bits);

Error   : cannot convert
'int *' to
'unsigned int *'
takehiro.c line 383   gi->table_select[0] = choose_table(ix, ix + a1,
&bits);

Error   : cannot convert
'int *' to
'unsigned int *'
takehiro.c line 384   gi->table_select[1] = choose_table(ix + a1, ix + a2,
&bits);

Error   : cannot convert
'int *' to
'unsigned int *'
takehiro.c line 454   r0t = choose_table(ix, ix + a1, &r0bits);

Error   : cannot convert
'int *' to
'unsigned int *'
takehiro.c line 462   r1t = choose_table(ix + a1, ix + a2, &bits);

Error   : cannot convert
'int *' to
'unsigned int *'
takehiro.c line 490   r2t = choose_table(ix + a2, ix + bigv, &bits);

-- 
Osamu Shigematsu
mailto:[EMAIL PROTECTED]



--
MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Reply via email to