From dc2fd29b378aae1597fdc1954da0e01f75816bd4 Mon Sep 17 00:00:00 2001 From: musil Date: Tue, 7 Nov 2006 17:11:40 +0000 Subject: makefile_win makefile_linux update we dont need #if MSW_VER chanched float to t_float svn path=/trunk/externals/iemlib/; revision=6221 --- src/iemlib2/round_zero.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/iemlib2/round_zero.c') diff --git a/src/iemlib2/round_zero.c b/src/iemlib2/round_zero.c index 8dee50d..a802dda 100644 --- a/src/iemlib2/round_zero.c +++ b/src/iemlib2/round_zero.c @@ -3,16 +3,8 @@ iemlib2 written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ -#ifdef _MSC_VER -#pragma warning( disable : 4244 ) -#pragma warning( disable : 4305 ) -#endif - - #include "m_pd.h" #include "iemlib.h" -#include -#include /* ------------------------ round_zero ---------------------------- */ -- cgit v1.2.1