From 78173ef8190a1d5f9bab28053b0c274329533e59 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sun, 21 Apr 2013 18:46:35 +0000 Subject: Build warning cleanup. * introduced SOClen type (aka. socklen_t) --- src/htsjava.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/htsjava.c') diff --git a/src/htsjava.c b/src/htsjava.c index e3af5ea..89bc74f 100644 --- a/src/htsjava.c +++ b/src/htsjava.c @@ -236,11 +236,11 @@ static int hts_parse_java(t_hts_callbackarg *carg, httrackp *opt, printf("addfiles\n"); #endif { - unsigned int acess; + //unsigned int acess; unsigned int Class; unsigned int SClass; int i; - acess = readshort(fpout); + //acess = readshort(fpout); Class = readshort(fpout); SClass = readshort(fpout); -- cgit v1.2.3