Module Name: src
Committed By: macallan
Date: Mon Jun 2 15:16:23 UTC 2014
Modified Files:
src/sys/arch/sgimips/gio: newport.c
Log Message:
more __unused()
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/sgimips/gio/newport.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/sgimips/gio/newport.c
diff -u src/sys/arch/sgimips/gio/newport.c:1.17 src/sys/arch/sgimips/gio/newport.c:1.18
--- src/sys/arch/sgimips/gio/newport.c:1.17 Wed Jan 11 21:23:38 2012
+++ src/sys/arch/sgimips/gio/newport.c Mon Jun 2 15:16:23 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: newport.c,v 1.17 2012/01/11 21:23:38 macallan Exp $ */
+/* $NetBSD: newport.c,v 1.18 2014/06/02 15:16:23 macallan Exp $ */
/*
* Copyright (c) 2003 Ilpo Ruotsalainen
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: newport.c,v 1.17 2012/01/11 21:23:38 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: newport.c,v 1.18 2014/06/02 15:16:23 macallan Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -433,7 +433,7 @@ newport_get_resolution(struct newport_de
static void
newport_setup_hw(struct newport_devconfig *dc)
{
- uint16_t curp,tmp;
+ uint16_t __unused(curp), tmp;
int i;
uint32_t scratch;
@@ -882,7 +882,7 @@ newport_ioctl(void *v, void *vs, u_long
{
struct vcons_data *vd;
struct newport_devconfig *dc;
- struct vcons_screen *ms;
+ struct vcons_screen *__unused(ms);
int nmode;
vd = (struct vcons_data *)v;