Changeset b377d04 for ext/midi


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.