Changeset 358bcd0521fb700b5685f4cba9ed2ae1a2bfd032

Show
Ignore:
Timestamp:
28/01/08 17:23:17 (10 months ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1201537397 +0000
git-parent:

[e51438389d700fb93c49dccafa766ab03d567547]

git-author:
Rafaël Carré <funman@videolan.org> 1201537397 +0000
Message:

control/: don't show warnings about unused exceptions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/control/audio.c

    r99fab90 r358bcd0  
    5656                               libvlc_exception_t *p_e ) 
    5757{ 
     58    VLC_UNUSED(p_e); 
     59 
    5860    aout_VolumeMute( p_instance->p_libvlc_int, NULL ); 
    5961} 
     
    8890                             libvlc_exception_t *p_e ) 
    8991{ 
     92    VLC_UNUSED(p_e); 
     93 
    9094    audio_volume_t i_volume; 
    9195 
  • src/control/dynamic_media_list.c

    r6ee1e19 r358bcd0  
    252252                                libvlc_exception_t * p_e ) 
    253253{ 
     254    VLC_UNUSED(p_e); 
     255 
    254256    libvlc_media_list_retain( p_dmlist->p_mlist ); 
    255257    return p_dmlist->p_mlist; 
  • src/control/media_descriptor.c

    r99fab90 r358bcd0  
    436436                                         libvlc_exception_t *p_e ) 
    437437{ 
     438    VLC_UNUSED(p_e); 
     439 
    438440    char * psz_meta; 
    439441 
     
    498500                                      libvlc_exception_t *p_e ) 
    499501{ 
     502    VLC_UNUSED(p_e); 
     503 
    500504    struct libvlc_tags_storage_t * p_ts; 
    501505 
     
    529533                                         libvlc_exception_t *p_e ) 
    530534{ 
     535    VLC_UNUSED(p_e); 
     536 
    531537    struct libvlc_tags_storage_t * p_ts; 
    532538    int i; 
     
    560566                                                 libvlc_exception_t *p_e ) 
    561567{ 
     568    VLC_UNUSED(p_e); 
     569 
    562570    struct libvlc_tags_storage_t * p_ts; 
    563571 
     
    581589                                              libvlc_exception_t *p_e ) 
    582590{ 
     591    VLC_UNUSED(p_e); 
     592 
    583593    struct libvlc_tags_storage_t * p_ts; 
    584594 
     
    601611                                  libvlc_exception_t * p_e ) 
    602612{ 
     613    VLC_UNUSED(p_e); 
     614 
    603615    if( p_md->p_subitems ) 
    604616        libvlc_media_list_retain( p_md->p_subitems ); 
     
    613625                                       libvlc_exception_t * p_e ) 
    614626{ 
     627    VLC_UNUSED(p_e); 
     628 
    615629    return p_md->p_event_manager; 
    616630} 
     
    623637                                      libvlc_exception_t * p_e ) 
    624638{ 
     639    VLC_UNUSED(p_e); 
     640 
    625641    if( p_md && p_md->p_input_item) 
    626642    { 
     
    640656                                       libvlc_exception_t * p_e ) 
    641657{ 
     658    VLC_UNUSED(p_e); 
     659 
    642660    if( p_md && p_md->p_input_item) 
    643661    { 
     
    660678                                       libvlc_exception_t * p_e ) 
    661679{ 
     680    VLC_UNUSED(p_e); 
     681 
    662682    if( p_md ) 
    663683    { 
     
    675695                                       libvlc_exception_t * p_e ) 
    676696{ 
     697    VLC_UNUSED(p_e); 
     698 
    677699    if( p_md ) 
    678700    { 
  • src/control/media_list.c

    r0dbfd62 r358bcd0  
    398398                                     libvlc_exception_t * p_e ) 
    399399{ 
     400    VLC_UNUSED(p_e); 
     401 
    400402    libvlc_media_descriptor_t * p_md; 
    401403 
     
    419421                                 libvlc_exception_t * p_e ) 
    420422{ 
     423    VLC_UNUSED(p_e); 
     424 
    421425    libvlc_media_descriptor_t * p_md; 
    422426    p_md = vlc_array_item_at_index( &p_mlist->items, index ); 
     
    435439                                     libvlc_exception_t * p_e ) 
    436440{ 
     441    VLC_UNUSED(p_e); 
     442 
    437443    libvlc_media_descriptor_t * p_md; 
    438444    int i; 
  • src/control/media_list_player.c

    r5a2dd0d r358bcd0  
    186186                          libvlc_exception_t * p_e ) 
    187187{ 
     188    VLC_UNUSED(p_e); 
     189 
    188190    libvlc_media_descriptor_t * p_md; 
    189191     
     
    264266                                     libvlc_exception_t * p_e ) 
    265267{ 
     268    VLC_UNUSED(p_e); 
     269 
    266270    vlc_mutex_lock( &p_mlp->object_lock ); 
    267271 
  • src/control/playlist.c

    r99fab90 r358bcd0  
    5353                           libvlc_exception_t *p_e) 
    5454{ 
     55    VLC_UNUSED(p_e); 
     56 
    5557    assert( PL ); 
    5658    var_SetBool( PL, "loop", loop ); 
     
    6163                           libvlc_exception_t *p_e ) 
    6264{ 
     65    VLC_UNUSED(p_e); 
     66 
    6367    int did_lock = 0; 
    6468    assert( PL ); 
     
    125129                            libvlc_exception_t *p_e ) 
    126130{ 
     131    VLC_UNUSED(p_e); 
     132 
    127133    assert( PL ); 
    128134    playlist_Clear( PL, playlist_was_locked( p_instance ) ); 
     
    188194                               libvlc_exception_t *p_e ) 
    189195{ 
     196    VLC_UNUSED(p_e); 
     197 
    190198    assert( PL ); 
    191199    return playlist_IsPlaying( PL ); 
     
    195203                                 libvlc_exception_t *p_e ) 
    196204{ 
     205    VLC_UNUSED(p_e); 
     206 
    197207    assert( PL ); 
    198208    return playlist_CurrentSize( PL );