- Timestamp:
- Aug 12, 2015, 6:07:37 PM (9 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/aubio_priv.h
r3ff50e5 r5c58032 218 218 #define SAFE_LOG(f) LOG(CEIL_DENORMAL(f)) 219 219 220 /** silence unused parameter warning by adding an attribute */ 221 #if defined(__GNUC__) 220 222 #define UNUSED __attribute__((unused)) 223 #else 224 #define UNUSED 225 #endif 221 226 222 227 #endif /* _AUBIO__PRIV_H */
Note: See TracChangeset
for help on using the changeset viewer.