From f5e6f56a82e56cfd72a0e2f1ce9b583398636545 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Sat, 20 May 2017 15:28:07 +0100 Subject: Fixed warnings all over the code --- cmd/cmd_fir1p.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/cmd_fir1p.c') diff --git a/cmd/cmd_fir1p.c b/cmd/cmd_fir1p.c index b011719..716d432 100644 --- a/cmd/cmd_fir1p.c +++ b/cmd/cmd_fir1p.c @@ -46,7 +46,7 @@ int fir1filter(double *coeffs, double *input, double *output, void *cmd_fir1p(void *data) { char *ret = NULL; - int i=0,j=0; + int i=0; if (data == NULL) { -- cgit v1.2.3