Changeset 743:63c72d2a996d in roaraudio


Ignore:
Timestamp:
09/05/08 00:07:20 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use casts to avoid warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/codecfilter_vorbis.c

    r742 r743  
    3333ov_callbacks _g_cf_vorbis_vfvio = { 
    3434  .read_func  = cf_vorbis_vfvio_read, 
    35   .seek_func  = _g_cf_vorbis_vfvio_return_err, 
    36   .close_func = _g_cf_vorbis_vfvio_return_err, 
    37   .tell_func  = _g_cf_vorbis_vfvio_return_err 
     35  .seek_func  = (int    (*)(void *, ogg_int64_t, int      )) _g_cf_vorbis_vfvio_return_err, 
     36  .close_func = (int    (*)(void *                        )) _g_cf_vorbis_vfvio_return_err, 
     37  .tell_func  = (long   (*)(void *                        )) _g_cf_vorbis_vfvio_return_err 
    3838}; 
    3939 
Note: See TracChangeset for help on using the changeset viewer.