Changeset b377d04 for src/filter.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
  • src/filter.c

    rec399cf rb377d04  
    192192}
    193193
    194 aubio_filter_t * new_aubio_filter(uint_t samplerate, uint_t order) {
     194aubio_filter_t * new_aubio_filter(uint_t samplerate UNUSED, uint_t order) {
    195195  aubio_filter_t * f = AUBIO_NEW(aubio_filter_t);
    196196  lsmp_t * x = f->x;
Note: See TracChangeset for help on using the changeset viewer.