mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-09 09:25:07 -04:00
activated compiler warnings
This commit is contained in:
@@ -249,7 +249,6 @@ void PhaseLock::process(const std::vector<Real>& samples_in, std::vector<Real>&
|
||||
// Process samples. Multiple output
|
||||
void PhaseLock::process(const Real& sample_in, Real *samples_out)
|
||||
{
|
||||
bool was_locked = (m_lock_cnt >= m_lock_delay);
|
||||
m_pps_events.clear();
|
||||
|
||||
// Generate locked pilot tone.
|
||||
|
||||
Reference in New Issue
Block a user