Port: Use [[fallthrough]] attribute.
Port: Use [[fallthrough]] attribute.

 Binary files a/src/in_ncsf/SSEQPlayer/.Channel.cpp.kate-swp and /dev/null differ
--- a/src/in_ncsf/SSEQPlayer/Channel.cpp
+++ b/src/in_ncsf/SSEQPlayer/Channel.cpp
@@ -461,7 +461,7 @@
 			this->reg.totalLength = this->reg.loopStart + this->reg.length;
 			this->ampl = AMPL_THRESHOLD;
 			this->state = ChannelState::Attack;
-			// fallthrough
+			[[fallthrough]];
 		case ChannelState::Attack:
 		{
 			int newAmpl = this->ampl;