From 1b67b9b68a88c3c365caa24f4edd415726948734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 3 Jan 2008 12:11:24 +0000 Subject: run with "-pedantic" and "-std=c99": removed warnings svn path=/trunk/externals/zexy/; revision=9113 --- src/lpt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lpt.c') diff --git a/src/lpt.c b/src/lpt.c index 42d986f..d8c49bd 100644 --- a/src/lpt.c +++ b/src/lpt.c @@ -107,7 +107,7 @@ typedef struct _lpt unsigned long port; int device; /* file descriptor of device, in case we are using one ...*/ - int mode; // MODE_IOPERM, MODE_IOPL + int mode; /* MODE_IOPERM, MODE_IOPL */ } t_lpt; static void lpt_float(t_lpt *x, t_floatarg f) @@ -237,7 +237,6 @@ static void *lpt_new(t_symbol *s, int argc, t_atom *argv) x->mode=MODE_NONE; } else x->mode=MODE_IOPL; count_iopl++; - // post("iopl.............................%d", count_iopl); } if(x->mode==MODE_NONE){ -- cgit v1.2.1