mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-11 07:56:27 +01:00
Some hints for clang static analysis
This commit is contained in:
parent
e5927d689c
commit
9836bd786f
2 changed files with 2 additions and 0 deletions
|
|
@ -356,6 +356,7 @@ AudioEngine::process_callback (pframes_t nframes)
|
|||
*/
|
||||
|
||||
if (session_removal_countdown <= nframes) {
|
||||
assert (_session);
|
||||
_session->midi_panic ();
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -2726,6 +2726,7 @@ LV2Plugin::connect_and_run(BufferSet& bufs,
|
|||
}
|
||||
++m;
|
||||
} else {
|
||||
assert (metric);
|
||||
tmetric.set_metric(metric);
|
||||
Timecode::BBT_Time bbt;
|
||||
bbt = tmap.bbt_at_sample (metric->sample());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue