ggwave, waver : minor compile warning fixes

This commit is contained in:
Georgi Gerganov
2022-02-05 13:18:27 +02:00
parent dbcb68a473
commit 5b709ed3d3
2 changed files with 3 additions and 3 deletions

View File

@@ -625,7 +625,7 @@ void updateCore() {
if (inputCurrent.update) {
if (inputCurrent.flags.newMessage) {
int n = inputCurrent.message.data.size();
int n = (int) inputCurrent.message.data.size();
if (directSequenceSpread) {
for (int i = 0; i < n; ++i) {