mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-13 08:55:39 -04:00
added a voided var
This commit is contained in:
parent
19ebf14e8c
commit
b75ef345a5
1 changed files with 1 additions and 0 deletions
|
@ -226,6 +226,7 @@ MorseView::MorseView(
|
||||||
};
|
};
|
||||||
|
|
||||||
options_loop.on_change = [this](size_t i, uint32_t n) {
|
options_loop.on_change = [this](size_t i, uint32_t n) {
|
||||||
|
(void)i; //avoid unused warning
|
||||||
loop = n;
|
loop = n;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue