Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mac68k/dev Mark a potentially unused variable



details:   https://anonhg.NetBSD.org/src/rev/b9189487c630
branches:  trunk
changeset: 790693:b9189487c630
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Oct 19 16:23:17 2013 +0000

description:
Mark a potentially unused variable

diffstat:

 sys/arch/mac68k/dev/ams.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 9a743ac161cd -r b9189487c630 sys/arch/mac68k/dev/ams.c
--- a/sys/arch/mac68k/dev/ams.c Sat Oct 19 16:21:57 2013 +0000
+++ b/sys/arch/mac68k/dev/ams.c Sat Oct 19 16:23:17 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ams.c,v 1.21 2012/10/27 17:17:59 chs Exp $     */
+/*     $NetBSD: ams.c,v 1.22 2013/10/19 16:23:17 martin Exp $  */
 
 /*
  * Copyright (C) 1998  Colin Wood
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ams.c,v 1.21 2012/10/27 17:17:59 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ams.c,v 1.22 2013/10/19 16:23:17 martin Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
@@ -106,7 +106,7 @@
        ADBSetInfoBlock adbinfo;
        struct ams_softc *sc = device_private(self);
        struct adb_attach_args * aa_args = (struct adb_attach_args *)aux;
-       int error;
+       int error __unused;
 #if NWSMOUSE > 0
        struct wsmousedev_attach_args a;
 #endif



Home | Main Index | Thread Index | Old Index