From 665f5c99b2ca3db67f75ecfa683389e213d942a6 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sun, 6 Aug 2017 16:54:38 +0200 Subject: JANITORIAL: Silence some more GCC 7 fall through warnings I think these are the last one that were already flagged as being deliberate. --- audio/softsynth/opl/dbopl.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'audio/softsynth/opl') diff --git a/audio/softsynth/opl/dbopl.cpp b/audio/softsynth/opl/dbopl.cpp index 43eb40e7ba..19be94cf69 100644 --- a/audio/softsynth/opl/dbopl.cpp +++ b/audio/softsynth/opl/dbopl.cpp @@ -413,6 +413,7 @@ Bits Operator::TemplateVolume( ) { return vol; } //In sustain phase, but not sustaining, do regular release + //fall through case RELEASE: vol += RateForward( releaseAdd ); if ( GCC_UNLIKELY(vol >= ENV_MAX) ) { -- cgit v1.2.3