Changeset 2b43a9e


Ignore:
Timestamp:
Dec 31, 2013, 12:01:23 AM (10 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:
d389e23
Parents:
db354e0
Message:

examples/utils.h: fix fake debug when no variadic macros

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/utils.h

    rdb354e0 r2b43a9e  
    4242#define debug(...)                fprintf (stderr, format , **args)
    4343#else
    44 #define debug(...)                ()
     44#define debug(...)
    4545#endif
    4646#define verbmsg(format, args...)  if (verbose) fprintf(stderr, format , ##args)
Note: See TracChangeset for help on using the changeset viewer.