Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/stand/board mark variable unused
details: https://anonhg.NetBSD.org/src/rev/8733b6145675
branches: trunk
changeset: 791109:8733b6145675
user: christos <christos%NetBSD.org@localhost>
date: Mon Nov 04 21:57:26 2013 +0000
description:
mark variable unused
diffstat:
sys/arch/evbarm/stand/board/sscom.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 35ace38a594d -r 8733b6145675 sys/arch/evbarm/stand/board/sscom.c
--- a/sys/arch/evbarm/stand/board/sscom.c Mon Nov 04 21:54:59 2013 +0000
+++ b/sys/arch/evbarm/stand/board/sscom.c Mon Nov 04 21:57:26 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sscom.c,v 1.5 2005/12/24 20:07:03 perry Exp $ */
+/* $NetBSD: sscom.c,v 1.6 2013/11/04 21:57:26 christos Exp $ */
/*
@@ -144,7 +144,7 @@
int
getchar(void)
{
- uint8_t stat;
+ uint8_t stat __unused;
int c;
while (!sscom_rxrdy())
Home |
Main Index |
Thread Index |
Old Index