Implicit switch fallthrough refactor

This commit is contained in:
Jack Andersen
2019-02-17 19:45:24 -10:00
parent 54ef2dd73b
commit 9f2bb1b371
5 changed files with 10 additions and 0 deletions

View File

@@ -144,6 +144,7 @@ public:
uint32_t tempo = 0;
memcpy(&reinterpret_cast<uint8_t*>(&tempo)[1], &*it, 3);
m_tempos.emplace(m_tick, 60000000 / SBig(tempo));
[[fallthrough]];
}
default:
it += length;