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/iem_mp3/iem_mp3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/iem_mp3/iem_mp3.c') diff --git a/src/iem_mp3/iem_mp3.c b/src/iem_mp3/iem_mp3.c index ab1356a..20c7cc1 100644 --- a/src/iem_mp3/iem_mp3.c +++ b/src/iem_mp3/iem_mp3.c @@ -3,7 +3,7 @@ iem_mp3 written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ -#ifdef NT +#ifdef _MSC_VER #pragma warning( disable : 4244 ) #pragma warning( disable : 4305 ) #endif -- cgit v1.2.1