mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-07 08:24:47 -04:00
Additional warning fixes; run brew update before brew install for hamlib
This commit is contained in:
@@ -16,7 +16,7 @@ ModemBase *ModemFSK::factory() {
|
||||
return new ModemFSK;
|
||||
}
|
||||
|
||||
int ModemFSK::checkSampleRate(long long sampleRate, int audioSampleRate) {
|
||||
int ModemFSK::checkSampleRate(long long sampleRate, int /* audioSampleRate */) {
|
||||
double minSps = pow(2.0,bps);
|
||||
double nextSps = (double(sampleRate) / double(sps));
|
||||
if (nextSps < minSps) {
|
||||
|
||||
Reference in New Issue
Block a user