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
  • src/pitchdetection.c

    rec399cf rb377d04  
    6868
    6969smpl_t freqconvmidi(smpl_t f,uint_t srate,uint_t bufsize);
    70 smpl_t freqconvmidi(smpl_t f,uint_t srate,uint_t bufsize){
     70smpl_t freqconvmidi(smpl_t f,uint_t srate UNUSED,uint_t bufsize UNUSED){
    7171        return aubio_freqtomidi(f);
    7272}
    7373
    7474smpl_t freqconvpass(smpl_t f,uint_t srate,uint_t bufsize);
    75 smpl_t freqconvpass(smpl_t f,uint_t srate,uint_t bufsize){
     75smpl_t freqconvpass(smpl_t f,uint_t srate UNUSED,uint_t bufsize UNUSED){
    7676        return f;
    7777}
Note: See TracChangeset for help on using the changeset viewer.