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/list2send.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/iemlib2/list2send.c') diff --git a/src/iemlib2/list2send.c b/src/iemlib2/list2send.c index 6539e36..e6d3a21 100644 --- a/src/iemlib2/list2send.c +++ b/src/iemlib2/list2send.c @@ -3,17 +3,12 @@ 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 #include -#include /* ------------------------- list2send ----------------------------- */ /* -- via an array of send labels, an incomming list with leading -- */ @@ -217,7 +212,7 @@ static void list2send_free(t_list2send *x) freebytes(x->x_send_entries, x->x_max * sizeof(t_symbol *)); } -static void *list2send_new(t_float fmax) +static void *list2send_new(t_floatarg fmax) { t_list2send *x = (t_list2send *)pd_new(list2send_class); int i, max = (int)fmax; -- cgit v1.2.1