mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-12 01:26:31 +01:00
Fix GCC warning.
git-svn-id: svn://localhost/ardour2/branches/3.0@7743 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
841147d9a7
commit
1206b2973d
1 changed files with 1 additions and 0 deletions
|
|
@ -1988,6 +1988,7 @@ ProcessorBox::get_processor_ui (boost::shared_ptr<Processor> p) const
|
||||||
an entry for each processor.
|
an entry for each processor.
|
||||||
*/
|
*/
|
||||||
assert (false);
|
assert (false);
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Make a note of the UI window that a processor is using.
|
/** Make a note of the UI window that a processor is using.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue