Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/midiplay make a fallthru comment GCC7 compatible.



details:   https://anonhg.NetBSD.org/src/rev/8fc61f6c6b04
branches:  trunk
changeset: 448389:8fc61f6c6b04
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Feb 01 08:37:21 2019 +0000

description:
make a fallthru comment GCC7 compatible.

diffstat:

 usr.bin/midiplay/midiplay.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 69ef955ac2a1 -r 8fc61f6c6b04 usr.bin/midiplay/midiplay.c
--- a/usr.bin/midiplay/midiplay.c       Fri Feb 01 08:33:29 2019 +0000
+++ b/usr.bin/midiplay/midiplay.c       Fri Feb 01 08:37:21 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: midiplay.c,v 1.32 2018/05/03 05:14:55 wiz Exp $        */
+/*     $NetBSD: midiplay.c,v 1.33 2019/02/01 08:37:21 mrg Exp $        */
 
 /*
  * Copyright (c) 1998, 2002 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
 #include <sys/cdefs.h>
 
 #ifndef lint
-__RCSID("$NetBSD: midiplay.c,v 1.32 2018/05/03 05:14:55 wiz Exp $");
+__RCSID("$NetBSD: midiplay.c,v 1.33 2019/02/01 08:37:21 mrg Exp $");
 #endif
 
 
@@ -677,7 +677,8 @@
                                        }
                                        break;
                                }
-                               /* Sorry, can't do this yet; FALLTHROUGH */
+                               /* Sorry, can't do this yet */
+                               /* FALLTHROUGH */
                        default:
                                if (verbose)
                                        printf("MIDI event 0x%02x ignored\n",



Home | Main Index | Thread Index | Old Index