1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-14 15:33:34 -04:00

Fixed -Wunused-parameter warnings

This commit is contained in:
f4exb
2020-11-14 11:13:32 +01:00
parent f668863aed
commit 55eb6cc951
157 changed files with 290 additions and 237 deletions
@@ -327,10 +327,6 @@ unsigned short ChirpChatModSource::encodeSymbol(unsigned short symbol)
// return deWidth*baseSymbol + (deWidth/2) - 1;
}
void ChirpChatModSource::processOneSample(Complex& ci)
{
}
void ChirpChatModSource::calculateLevel(Real& sample)
{
if (m_levelCalcCount < m_levelNbSamples)