Revision: 9832 http://pure-data.svn.sourceforge.net/pure-data/?rev=9832&view=rev Author: eighthave Date: 2008-05-17 12:06:58 -0700 (Sat, 17 May 2008)
Log Message: ----------- removed unused variables that were causing 'type-punned pointer' warnings
Modified Paths: -------------- branches/pd-extended/v0-40/externals/footils/knob/knob.c
Modified: branches/pd-extended/v0-40/externals/footils/knob/knob.c =================================================================== --- branches/pd-extended/v0-40/externals/footils/knob/knob.c 2008-05-17 18:37:24 UTC (rev 9831) +++ branches/pd-extended/v0-40/externals/footils/knob/knob.c 2008-05-17 19:06:58 UTC (rev 9832) @@ -648,10 +648,8 @@ t_symbol *srl[3]; int w=IEM_KNOB_DEFAULTSIZE, h=IEM_KNOB_DEFAULTSIZE; int lilo=0, ldx=0, ldy=-8; - int fs=8, iinit=0, ifstyle=0, v=0, steady=1; + int fs=8, v=0, steady=1; double min=0.0, max=(double)(IEM_SL_DEFAULTSIZE-1); - t_iem_init_symargs *init=(t_iem_init_symargs *)(&iinit); - t_iem_fstyle_flags *fstyle=(t_iem_fstyle_flags *)(&ifstyle); char str[144];
//srl[0] = gensym("empty");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.