Changeset b377d04 for ext/jackio.c


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/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);
Note: See TracChangeset for help on using the changeset viewer.