mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
small round of compiler warning fixes
This commit is contained in:
parent
e2c6eb0ba1
commit
c6a3d6bc48
7 changed files with 13 additions and 13 deletions
|
|
@ -117,8 +117,8 @@ WavesAudioBackend::WavesAudioBackend (AudioEngine& e)
|
|||
, _sample_time_at_cycle_start (0)
|
||||
, _freewheeling (false)
|
||||
, _freewheel_thread_active (false)
|
||||
, _audio_cycle_period_nanos (0)
|
||||
, _dsp_load_accumulator (0)
|
||||
, _audio_cycle_period_nanos (0)
|
||||
, _dsp_load_history_length(0)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue