Fixed compiler warnings

This commit is contained in:
Vojtech Bubnik 2022-03-29 11:18:25 +02:00
parent 146554fe0d
commit 39310b14d6

View File

@ -117,7 +117,7 @@ public:
}
void enable_all_unguarded(bool enable) {
for (int istep = 0; istep < COUNT; ++ istep)
for (size_t istep = 0; istep < COUNT; ++ istep)
m_state[istep].enabled = enable;
}