Changeset b377d04 for ext


Ignore:
Timestamp:
Oct 10, 2006, 3:12:19 PM (18 years ago)
Author:
Paul Brossier <piem@altern.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
633fb32
Parents:
ec399cf
Message:

remove unused parameter warnings with UNUSED
remove unused parameter warnings with UNUSED

Location:
ext
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ext/jackio.c

    rec399cf rb377d04  
    152152
    153153/* jack callback functions */
    154 static void aubio_jack_shutdown (void *arg){
     154static void aubio_jack_shutdown (void *arg UNUSED){
    155155  AUBIO_ERR("jack shutdown\n");
    156156  AUBIO_QUIT(AUBIO_OK);
  • ext/midi/midi_player.c

    rec399cf rb377d04  
    476476 * \note This could be moved to a callback function defined in the main programs
    477477 */
    478 sint_t aubio_midi_receive_event(aubio_midi_player_t* player, aubio_midi_event_t* event)
     478sint_t aubio_midi_receive_event(aubio_midi_player_t* player UNUSED, aubio_midi_event_t* event)
    479479{
    480480  /* current time in seconds */
Note: See TracChangeset for help on using the changeset viewer.