Changeset 5c58032


Ignore:
Timestamp:
Aug 12, 2015, 6:07:37 PM (9 years ago)
Author:
Paul Brossier <piem@piem.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:
9f060d1, e9270a4
Parents:
3ff50e5
Message:

src/aubio_priv.h: no attributes for ms compilers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/aubio_priv.h

    r3ff50e5 r5c58032  
    218218#define SAFE_LOG(f)   LOG(CEIL_DENORMAL(f))
    219219
     220/** silence unused parameter warning by adding an attribute */
     221#if defined(__GNUC__)
    220222#define UNUSED __attribute__((unused))
     223#else
     224#define UNUSED
     225#endif
    221226
    222227#endif /* _AUBIO__PRIV_H */
Note: See TracChangeset for help on using the changeset viewer.