fix: build warnings

This commit is contained in:
2025-11-01 18:38:56 +01:00
parent 78cf88de78
commit 85c919b60b
3 changed files with 6 additions and 5 deletions
+1
View File
@@ -287,6 +287,7 @@ bool state_background_midi_write(SharedContext *context,
update_values(context, state_config, midi);
last_active = false;
last_change = false;
while (!context->stop) {
beat_active = tempo_progress(context->tempo, 1.0) < 0.25;