mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-25 17:28:50 -05:00
Fix compiler warnings
This commit is contained in:
parent
b1cf8408f4
commit
400cb3803a
@ -905,6 +905,10 @@ bool DSCDecoder::decodeSymbol(signed char symbol)
|
||||
ret = true;
|
||||
break;
|
||||
|
||||
case DONE:
|
||||
case NO_EOS:
|
||||
break;
|
||||
|
||||
}
|
||||
|
||||
return ret;
|
||||
|
@ -414,6 +414,7 @@ QString MMSI::getCategory(const QString &mmsi)
|
||||
return "AtoN"; // Aid-to-navigation
|
||||
}
|
||||
}
|
||||
break;
|
||||
default:
|
||||
return "Ship"; // Vessel better?
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user