From e51098d3bc1ac061d27648ef287f8fa3ced2440d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 8 Jan 2017 08:52:16 +0100 Subject: Rewrite vu-image-to-frame in C for performance and proper error handling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/util.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/util.c') diff --git a/src/util.c b/src/util.c index 2ae3a9f..215a961 100644 --- a/src/util.c +++ b/src/util.c @@ -96,7 +96,6 @@ tollu(const char *s, unsigned long long int min, unsigned long long int max, uns int tolli(const char *s, long long int min, long long int max, long long int *out) { - char *end; int sign = 1; unsigned long long int inter; errno = 0; -- cgit v1.2.3-70-g09d2