Module Name:    src
Committed By:   martin
Date:           Tue Jan 28 13:18:42 UTC 2014

Modified Files:
        src/sys/arch/arm/marvell: orion.c

Log Message:
Mark a diagnostic-only variable


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/marvell/orion.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/marvell/orion.c
diff -u src/sys/arch/arm/marvell/orion.c:1.4 src/sys/arch/arm/marvell/orion.c:1.5
--- src/sys/arch/arm/marvell/orion.c:1.4	Sun Feb 12 16:34:07 2012
+++ src/sys/arch/arm/marvell/orion.c	Tue Jan 28 13:18:42 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: orion.c,v 1.4 2012/02/12 16:34:07 matt Exp $	*/
+/*	$NetBSD: orion.c,v 1.5 2014/01/28 13:18:42 martin Exp $	*/
 /*
  * Copyright (c) 2010 KIYOHARA Takashi
  * All rights reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: orion.c,v 1.4 2012/02/12 16:34:07 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: orion.c,v 1.5 2014/01/28 13:18:42 martin Exp $");
 
 #define _INTR_PRIVATE
 
@@ -109,7 +109,7 @@ static void
 orion_intr_init(void)
 {
 	extern struct pic_softc mvsoc_bridge_pic;
-	void *ih;
+	void *ih __diagused;
 
 	pic_add(&orion_pic, 0);
 

Reply via email to