From e9270a4d444368d159296883a20099b0055163bf Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 12 Aug 2015 18:54:16 +0200 Subject: [PATCH] src/temporal/resampler.c: make msvc happier adding a dummy variable --- src/temporal/resampler.c | 1 + 1 file changed, 1 insertion(+) 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 * -- 2.11.0