Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/landisk/landisk apply __diagused where appropriate.



details:   https://anonhg.NetBSD.org/src/rev/be6bc8c2a0f5
branches:  trunk
changeset: 325278:be6bc8c2a0f5
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Dec 16 15:44:41 2013 +0000

description:
apply __diagused where appropriate.

diffstat:

 sys/arch/landisk/landisk/intr.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 4641ebd3ea1c -r be6bc8c2a0f5 sys/arch/landisk/landisk/intr.c
--- a/sys/arch/landisk/landisk/intr.c   Mon Dec 16 15:36:29 2013 +0000
+++ b/sys/arch/landisk/landisk/intr.c   Mon Dec 16 15:44:41 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.c,v 1.5 2012/01/21 19:44:30 nonaka Exp $  */
+/*     $NetBSD: intr.c,v 1.6 2013/12/16 15:44:41 mrg Exp $     */
 
 /*-
  * Copyright (C) 2005 NONAKA Kimihiro <nonaka%netbsd.org@localhost>
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.5 2012/01/21 19:44:30 nonaka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.6 2013/12/16 15:44:41 mrg Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -252,7 +252,7 @@
 extintr_enable(void *aux)
 {
        struct intrhand *ih = aux;
-       struct intrhand *p, *q;
+       struct intrhand *p, *q __diagused;
        struct extintr_handler *eih;
        int irq;
        int cnt;
@@ -288,7 +288,7 @@
 extintr_disable(void *aux)
 {
        struct intrhand *ih = aux;
-       struct intrhand *p, *q;
+       struct intrhand *p, *q __diagused;
        struct extintr_handler *eih;
        int irq;
        int cnt;



Home | Main Index | Thread Index | Old Index