From e8ad2a489d193b81b9fbfa0525e4d607859f6b0d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 16 May 2012 20:08:41 -0400 Subject: New version of cppcheck requires more suppressions. --- contrib/motosend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/motosend.c') diff --git a/contrib/motosend.c b/contrib/motosend.c index 7d19b647..c1c3e477 100644 --- a/contrib/motosend.c +++ b/contrib/motosend.c @@ -115,7 +115,7 @@ char moto_gen_checksum(char *buf, int len){ static int moto_send(int fd, char *type, char *body ) { size_t status; char *buf; - unsigned short l, ck; + unsigned short l; l = strlen(body) / 2; if ((buf = malloc(l+7)) == NULL) -- cgit v1.2.1