mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-07 00:14:40 -04:00
Additional warning fixes; run brew update before brew install for hamlib
This commit is contained in:
@@ -286,7 +286,7 @@ void SpectrumVisualProcessor::process() {
|
||||
return;
|
||||
}
|
||||
|
||||
while (resampleBw / SPECTRUM_VZM >= bandwidth) {
|
||||
while (resampleBw / SPECTRUM_VZM >= (long) bandwidth) {
|
||||
resampleBw /= SPECTRUM_VZM;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user