Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/pic Mark rv as unused (for now)
details: https://anonhg.NetBSD.org/src/rev/a7b78ef2da84
branches: trunk
changeset: 325141:a7b78ef2da84
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Dec 08 14:37:01 2013 +0000
description:
Mark rv as unused (for now)
diffstat:
sys/arch/arm/pic/pic.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 20fb8c4d34da -r a7b78ef2da84 sys/arch/arm/pic/pic.c
--- a/sys/arch/arm/pic/pic.c Sun Dec 08 11:32:51 2013 +0000
+++ b/sys/arch/arm/pic/pic.c Sun Dec 08 14:37:01 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pic.c,v 1.17 2013/09/07 00:32:02 matt Exp $ */
+/* $NetBSD: pic.c,v 1.18 2013/12/08 14:37:01 skrll Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -28,7 +28,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pic.c,v 1.17 2013/09/07 00:32:02 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pic.c,v 1.18 2013/12/08 14:37:01 skrll Exp $");
#define _INTR_PRIVATE
#include <sys/param.h>
@@ -255,7 +255,7 @@
void
pic_dispatch(struct intrsource *is, void *frame)
{
- int rv;
+ int rv __unused;
if (__predict_false(is->is_arg == NULL)
&& __predict_true(frame != NULL)) {
Home |
Main Index |
Thread Index |
Old Index