Additional warning fixes; run brew update before brew install for hamlib

This commit is contained in:
Charles J. Cliffe
2019-01-10 21:23:26 -05:00
parent e75387c25d
commit c57a123130
5 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -286,7 +286,7 @@ void SpectrumVisualProcessor::process() {
return;
}
while (resampleBw / SPECTRUM_VZM >= bandwidth) {
while (resampleBw / SPECTRUM_VZM >= (long) bandwidth) {
resampleBw /= SPECTRUM_VZM;
}