1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-14 07:23:38 -04:00

Fix gcc warnings

This commit is contained in:
Jon Beniston
2021-01-13 23:03:55 +00:00
parent 2094a01ae7
commit af7e69c7c1
13 changed files with 26 additions and 17 deletions
-2
View File
@@ -47,7 +47,6 @@ bool APRSPacket::decode(AX25Packet packet)
// First byte of information field is data type ID
char dataType = packet.m_dataASCII[0].toLatin1();
bool timestamp = false;
int idx = 1;
switch (dataType)
{
@@ -914,7 +913,6 @@ bool APRSPacket::parseMessage(QString& info, int& idx)
}
else if (m_message.startsWith("BITS."))
{
bool done = false;
QString s("");
int i = 5;
for (int j = 0; j < 8; j++)