diff options
| author | Xavier Roche <xroche@users.noreply.github.com> | 2013-04-21 18:46:35 +0000 |
|---|---|---|
| committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-04-21 18:46:35 +0000 |
| commit | 78173ef8190a1d5f9bab28053b0c274329533e59 (patch) | |
| tree | bcb808532b5217262ccd1cfc08a33c4af30be108 /src/htsjava.c | |
| parent | aad018682d4298a476e2bca6eb8756de41fa8ca0 (diff) | |
Build warning cleanup.
* introduced SOClen type (aka. socklen_t)
Diffstat (limited to 'src/htsjava.c')
| -rw-r--r-- | src/htsjava.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |
