From b29fabf6718d1ab1f9501221055eddcc35d98b8b Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 11 Apr 2006 16:24:09 +0000 Subject: stopped pragma warnings on MinGW; the pragmas are just meant for MSVC svn path=/trunk/externals/iemlib/; revision=4879 --- src/iemlib2/iem_send_kernel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/iemlib2/iem_send_kernel.c') diff --git a/src/iemlib2/iem_send_kernel.c b/src/iemlib2/iem_send_kernel.c index d40bd24..72a1a7b 100644 --- a/src/iemlib2/iem_send_kernel.c +++ b/src/iemlib2/iem_send_kernel.c @@ -3,7 +3,7 @@ iemlib2 written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2004 */ -#ifdef NT +#ifdef _MSC_VER #pragma warning( disable : 4244 ) #pragma warning( disable : 4305 ) #endif -- cgit v1.2.1