Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/isaki-audio2]: src/sys/dev/pad Remove unnecessary __diagused (which was ...
details: https://anonhg.NetBSD.org/src/rev/184985421702
branches: isaki-audio2
changeset: 456043:184985421702
user: isaki <isaki%NetBSD.org@localhost>
date: Sun May 05 02:01:34 2019 +0000
description:
Remove unnecessary __diagused (which was imported in this branch).
diffstat:
sys/dev/pad/pad.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r f2d89b84e5e7 -r 184985421702 sys/dev/pad/pad.c
--- a/sys/dev/pad/pad.c Sun May 05 01:57:06 2019 +0000
+++ b/sys/dev/pad/pad.c Sun May 05 02:01:34 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pad.c,v 1.58.2.2 2019/05/04 07:20:10 isaki Exp $ */
+/* $NetBSD: pad.c,v 1.58.2.3 2019/05/05 02:01:34 isaki Exp $ */
/*-
* Copyright (c) 2007 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pad.c,v 1.58.2.2 2019/05/04 07:20:10 isaki Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pad.c,v 1.58.2.3 2019/05/05 02:01:34 isaki Exp $");
#include <sys/types.h>
#include <sys/param.h>
@@ -401,7 +401,7 @@
const audio_params_t *play, const audio_params_t *rec,
audio_filter_reg_t *pfil, audio_filter_reg_t *rfil)
{
- pad_softc_t *sc __diagused;
+ pad_softc_t *sc;
sc = (pad_softc_t *)opaque;
Home |
Main Index |
Thread Index |
Old Index