Changeset 07c70b4b
- Timestamp:
- Dec 29, 2021, 5:52:03 PM (3 years ago)
- Branches:
- feature/crepe
- Children:
- 815a73c
- Parents:
- be3164d
- git-author:
- Paul Brossier <piem@piem.org> (12/27/21 01:40:18)
- git-committer:
- Paul Brossier <piem@piem.org> (12/29/21 17:52:03)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/aubio_priv.h
rbe3164d r07c70b4b 408 408 409 409 #if defined(DEBUG) 410 #define AUBIO_UNUSED(x) {} 411 #else 412 #define AUBIO_UNUSED(x) (void)(x) 413 #endif 414 415 #if defined(DEBUG) 410 416 #include <assert.h> 411 417 #define AUBIO_ASSERT(x) assert(x)
Note: See TracChangeset
for help on using the changeset viewer.