Changeset c37bc19


Ignore:
Timestamp:
Jun 29, 2019, 3:55:29 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn, feature/crepe, feature/crepe_org, fix/ffmpeg5, master
Children:
cf31ff1
Parents:
2f16966
Message:

[priv] use {} for no-op macro when debug is not enabled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/aubio_priv.h

    r2f16966 rc37bc19  
    251251#else
    252252// disable debug output
    253 #define AUBIO_DBG(format, args...)
     253#define AUBIO_DBG(format, args...)   {}
    254254#endif
    255255
Note: See TracChangeset for help on using the changeset viewer.