mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 07:05:57 +08:00
Fixed compiler warnings
This commit is contained in:
parent
146554fe0d
commit
39310b14d6
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user