fix unused

This commit is contained in:
christos 2014-03-09 07:01:42 +00:00
parent 31641c3398
commit 736fcb9065
2 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: bzlib.c,v 1.1 2014/03/09 00:15:45 agc Exp $ */
/* $NetBSD: bzlib.c,v 1.2 2014/03/09 07:01:42 christos Exp $ */
/*-------------------------------------------------------------*/
@ -35,7 +35,7 @@
#include "bzlib_private.h"
/* $NetBSD: bzlib.c,v 1.1 2014/03/09 00:15:45 agc Exp $ */
/* $NetBSD: bzlib.c,v 1.2 2014/03/09 07:01:42 christos Exp $ */
/*-------------------------------------------------------------*/
@ -930,6 +930,8 @@ BZFILE * bzopen_or_bzdopen
int smallMode = 0;
int nUnused = 0;
__USE(blockSize100k);
if (mode == NULL) return NULL;
while (*mode) {
switch (*mode) {
@ -1080,7 +1082,7 @@ const char * BZ_API(BZ2_bzerror) (BZFILE *b, int *errnum)
/*-------------------------------------------------------------*/
/*--- end bzlib.c ---*/
/*-------------------------------------------------------------*/
/* $NetBSD: bzlib.c,v 1.1 2014/03/09 00:15:45 agc Exp $ */
/* $NetBSD: bzlib.c,v 1.2 2014/03/09 07:01:42 christos Exp $ */
/*-------------------------------------------------------------*/
@ -1726,7 +1728,7 @@ Int32 BZ2_decompress ( DState* s )
/*-------------------------------------------------------------*/
/*--- end decompress.c ---*/
/*-------------------------------------------------------------*/
/* $NetBSD: bzlib.c,v 1.1 2014/03/09 00:15:45 agc Exp $ */
/* $NetBSD: bzlib.c,v 1.2 2014/03/09 07:01:42 christos Exp $ */
/*-------------------------------------------------------------*/
@ -1830,7 +1832,7 @@ UInt32 BZ2_crc32Table[256] = {
/*-------------------------------------------------------------*/
/*--- end crctable.c ---*/
/*-------------------------------------------------------------*/
/* $NetBSD: bzlib.c,v 1.1 2014/03/09 00:15:45 agc Exp $ */
/* $NetBSD: bzlib.c,v 1.2 2014/03/09 07:01:42 christos Exp $ */
/*-------------------------------------------------------------*/

View File

@ -122,7 +122,6 @@ verify_data(pgpv_t *pgp, const char *cmd, const char *inname, char *in, ssize_t
int
main(int argc, char **argv)
{
const char *modifiers;
const char *keyring;
const char *cmd;
ssize_t cc;
@ -138,7 +137,6 @@ main(int argc, char **argv)
ssh = 0;
ok = 1;
cmd = "verify";
modifiers = NULL;
while ((i = getopt(argc, argv, "S:c:k:v")) != -1) {
switch(i) {
case 'S':