From 8b4700521afc5760474fc82ebeb861c2c84118da Mon Sep 17 00:00:00 2001 From: Matthew Barth Date: Wed, 21 Sep 2016 10:02:57 -0500 Subject: Ensure all tools are building with -Wall and -Werror Corrected resulting compiler errors from correctly adding -Wall & -Werror within configure.ac. Change-Id: Ia7aaafa83103322ad4b50171d62144624dd71e42 Signed-off-by: Matthew Barth --- apphandler.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'apphandler.cpp') diff --git a/apphandler.cpp b/apphandler.cpp index 7b64c76..dd1d5aa 100644 --- a/apphandler.cpp +++ b/apphandler.cpp @@ -128,8 +128,6 @@ typedef struct int convert_version(const char *p, rev_t *rev) { char *s, *token; - char hexbyte[5]; - int l; uint16_t commits; if (*p != 'v') -- cgit v1.2.1