From: Paul Brossier Date: Wed, 12 Aug 2015 16:54:16 +0000 (+0200) Subject: src/temporal/resampler.c: make msvc happier adding a dummy variable X-Git-Tag: 0.4.4~302^2~2 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=e9270a4d444368d159296883a20099b0055163bf;p=aubio.git src/temporal/resampler.c: make msvc happier adding a dummy variable --- diff --git a/src/temporal/resampler.c b/src/temporal/resampler.c index 8f123b62..041703eb 100644 --- a/src/temporal/resampler.c +++ b/src/temporal/resampler.c @@ -76,6 +76,7 @@ aubio_resampler_do (aubio_resampler_t * s, fvec_t * input, fvec_t * output) #else struct _aubio_resampler_t { + void *dummy; }; aubio_resampler_t *