Changeset ec399cf


Ignore:
Timestamp:
Oct 10, 2006, 3:09:34 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:
b377d04
Parents:
098bd92
Message:

add define for attribute((unused))
add define for attribute((unused))

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/aubio_priv.h

    r098bd92 rec399cf  
    170170#define ELEM_SWAP(a,b) { register smpl_t t=(a);(a)=(b);(b)=t; }
    171171
     172#define UNUSED __attribute__((unused))
     173
    172174#endif/*_AUBIO_PRIV_H*/
Note: See TracChangeset for help on using the changeset viewer.