mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-09 05:27:57 +00:00
Implicit switch fallthrough refactor
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user