mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 00:56:33 +01:00
Fix compiler warning
This commit is contained in:
parent
6291433e27
commit
8fe3c367cf
1 changed files with 1 additions and 0 deletions
|
|
@ -1141,6 +1141,7 @@ LuaProc::load_preset (PresetRecord r)
|
||||||
if (!(*j)->get_property (X_("index"), index) ||
|
if (!(*j)->get_property (X_("index"), index) ||
|
||||||
!(*j)->get_property (X_("value"), value)) {
|
!(*j)->get_property (X_("value"), value)) {
|
||||||
assert (false);
|
assert (false);
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
set_parameter (index, value);
|
set_parameter (index, value);
|
||||||
PresetPortSetValue (index, value); /* EMIT SIGNAL */
|
PresetPortSetValue (index, value); /* EMIT SIGNAL */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue