mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +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) ||
|
||||
!(*j)->get_property (X_("value"), value)) {
|
||||
assert (false);
|
||||
continue;
|
||||
}
|
||||
set_parameter (index, value);
|
||||
PresetPortSetValue (index, value); /* EMIT SIGNAL */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue