Mark a potentially unused variable
This commit is contained in:
parent
ed33e23721
commit
4fc0fb89a3
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: cd.c,v 1.314 2013/09/28 09:00:26 skrll Exp $ */
|
||||
/* $NetBSD: cd.c,v 1.315 2013/10/19 19:10:12 martin Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1998, 2001, 2003, 2004, 2005, 2008 The NetBSD Foundation,
|
||||
@ -50,7 +50,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: cd.c,v 1.314 2013/09/28 09:00:26 skrll Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: cd.c,v 1.315 2013/10/19 19:10:12 martin Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -748,7 +748,7 @@ cdstart(struct scsipi_periph *periph)
|
||||
struct scsi_rw_6 cmd_small;
|
||||
struct scsipi_generic *cmdp;
|
||||
struct scsipi_xfer *xs;
|
||||
int flags, nblks, cmdlen, error;
|
||||
int flags, nblks, cmdlen, error __unused;
|
||||
|
||||
SC_DEBUG(periph, SCSIPI_DB2, ("cdstart "));
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user