Linux - missing header and warning fixes

This commit is contained in:
Charles J. Cliffe
2016-02-04 18:05:33 -05:00
parent 9f81a75054
commit 65005b60ac
29 changed files with 60 additions and 58 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ void ModemAM::demodulate(ModemKit *kit, ModemIQData *input, AudioThreadInput *au
return;
}
for (int i = 0; i < bufSize; i++) {
for (size_t i = 0; i < bufSize; i++) {
ampmodem_demodulate(demodAM, input->data[i], &demodOutputData[i]);
}