Changeset 413d4bf


Ignore:
Timestamp:
Dec 30, 2013, 9:49:56 PM (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:
175a218
Parents:
fc7043a
Message:

wscript: variadic functions should be optional

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    rfc7043a r413d4bf  
    152152    if ctx.check_cc(fragment = check_c99_varargs,
    153153            type='cstlib',
    154             msg = 'Checking for C99 __VA_ARGS__ macro'):
     154            msg = 'Checking for C99 __VA_ARGS__ macro',
     155            mandatory = False):
    155156        ctx.define('HAVE_C99_VARARGS_MACROS', 1)
    156157
Note: See TracChangeset for help on using the changeset viewer.