diff options
| author | martin <martin@NetBSD.org> | 2013-09-15 12:48:58 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2013-09-15 12:48:58 +0000 |
| commit | 16cccb894fc5066d6a46fea4052c54c22ba05144 (patch) | |
| tree | ba7877b4661066a06065ea00da4d5da9fc516f7a /sys/dev/raidframe | |
| parent | 38f57773ae9ac2d40d0d0c3ab6719cdc45b654ef (diff) | |
Mark a variable as potentially unused
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_reconutil.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/raidframe/rf_reconutil.c b/sys/dev/raidframe/rf_reconutil.c index 40ea1ded59a..f23c0356b7f 100644 --- a/sys/dev/raidframe/rf_reconutil.c +++ b/sys/dev/raidframe/rf_reconutil.c @@ -1,4 +1,4 @@ -/* $NetBSD: rf_reconutil.c,v 1.34 2011/05/11 18:13:12 mrg Exp $ */ +/* $NetBSD: rf_reconutil.c,v 1.35 2013/09/15 12:48:58 martin Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -31,7 +31,7 @@ ********************************************/ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: rf_reconutil.c,v 1.34 2011/05/11 18:13:12 mrg Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rf_reconutil.c,v 1.35 2013/09/15 12:48:58 martin Exp $"); #include <dev/raidframe/raidframevar.h> @@ -248,7 +248,7 @@ void rf_FreeReconBuffer(RF_ReconBuffer_t *rbuf) { RF_Raid_t *raidPtr = rbuf->raidPtr; - u_int recon_buffer_size; + u_int recon_buffer_size __unused; recon_buffer_size = rf_RaidAddressToByte(raidPtr, raidPtr->Layout.SUsPerRU * raidPtr->Layout.sectorsPerStripeUnit); |
