1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 08:24:43 -04:00

FT8 demod: more code linting

This commit is contained in:
f4exb
2026-03-15 00:18:52 +01:00
parent c32aa8001a
commit e98b4bdeb1
12 changed files with 92 additions and 62 deletions
+6 -1
View File
@@ -18,6 +18,11 @@
#include <iostream>
#include <fstream>
#include <map>
#include <string>
#include <vector>
#include <cstdint>
#include <cstdio>
#include "mainbench.h"
#include "dsp/wavfilerecord.h"
@@ -29,7 +34,7 @@ void MainBench::testFT4(const QString& wavFile, const QString& argsStr)
{
(void) wavFile;
(void) argsStr;
qWarning("MainBench::testFT8: this version has no FT8 support");
qWarning("MainBench::testFT4: this version has no FT8/FT4 support");
}
#else