From d68f8326740a6a8d0b97b00e774d23c1a5c336a2 Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Sat, 31 Dec 2005 20:55:25 +0000 Subject: Took a bunch of patches... more to come but these are the ones that might break stuff so I'll sync here. svn path=/trunk/; revision=4336 --- pd/src/d_mayer_fft.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pd/src/d_mayer_fft.c') diff --git a/pd/src/d_mayer_fft.c b/pd/src/d_mayer_fft.c index da77e048..860b3120 100644 --- a/pd/src/d_mayer_fft.c +++ b/pd/src/d_mayer_fft.c @@ -48,7 +48,8 @@ * of work. -msp */ -#ifdef MSW +/* These pragmas are only used for MSVC, not MinGW or Cygwin */ +#ifdef _MSC_VER #pragma warning( disable : 4305 ) /* uncast const double to float */ #pragma warning( disable : 4244 ) /* uncast double to float */ #pragma warning( disable : 4101 ) /* unused local variables */ -- cgit v1.2.1