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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user