From: Alan Cox Date: Fri, 24 Jun 2016 16:58:50 +0000 (+0100) Subject: function.c: fix warning X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d967b98098c2dc6de8aedfab8f9ac8518be8dcc5;p=FUZIX.git function.c: fix warning --- diff --git a/Applications/SmallC/function.c b/Applications/SmallC/function.c index a790d609..26098afd 100644 --- a/Applications/SmallC/function.c +++ b/Applications/SmallC/function.c @@ -16,7 +16,6 @@ int argtop; */ void newfunc(void) { char n[NAMESIZE]; - int type; fexitlab = getlabel(); if (!symname(n)) {