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/makesymbol.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/makesymbol.c') diff --git a/src/makesymbol.c b/src/makesymbol.c index 98acd61..a3793f6 100644 --- a/src/makesymbol.c +++ b/src/makesymbol.c @@ -69,7 +69,6 @@ typedef char cstring[MAXSTRINGLENG]; static t_symbol* list2symbol(char *masque, int argc, t_atom *argv) { - // cstring buf[MAXSTRINGARGS]; cstring*buf=(cstring*)getbytes(MAXSTRINGARGS*sizeof(cstring)); cstring buffer; int i; -- cgit v1.2.1