mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-28 21:14:15 -04:00
activated compiler warnings
This commit is contained in:
@@ -293,7 +293,7 @@ void GLSpectrumGUI::on_traceIntensity_valueChanged(int index)
|
||||
m_glSpectrum->setDisplayTraceIntensity(m_displayTraceIntensity);
|
||||
}
|
||||
|
||||
void GLSpectrumGUI::on_clearSpectrum_clicked(bool checked)
|
||||
void GLSpectrumGUI::on_clearSpectrum_clicked(bool checked __attribute__((unused)))
|
||||
{
|
||||
if(m_glSpectrum != NULL)
|
||||
m_glSpectrum->clearSpectrumHistogram();
|
||||
|
||||
Reference in New Issue
Block a user