src/temporal/resampler.c: make msvc happier adding a dummy variable
authorPaul Brossier <piem@piem.org>
Wed, 12 Aug 2015 16:54:16 +0000 (18:54 +0200)
committerPaul Brossier <piem@piem.org>
Wed, 12 Aug 2015 16:54:16 +0000 (18:54 +0200)
src/temporal/resampler.c

index 8f123b6..041703e 100644 (file)
@@ -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 *