Fix gcc warnings

This commit is contained in:
Jon Beniston 2023-03-21 11:04:05 +00:00
parent 0bf126baa5
commit d4b72343fd
2 changed files with 0 additions and 2 deletions

View File

@ -706,7 +706,6 @@ void ILSDemodGUI::drawILSOnMap()
int featureSetIndex = -1;
int featureIndex = -1;
QString terrain;
bool ellipsoid = false;
Feature *feature = FeatureWebAPIUtils::getFeature(featureSetIndex, featureIndex, "sdrangel.feature.map");
if (feature && ChannelWebAPIUtils::getFeatureSetting(featureSetIndex, featureIndex, "terrain", terrain))
{

View File

@ -148,7 +148,6 @@ bool ILSDemodSettings::deserialize(const QByteArray& data)
if(d.getVersion() == 1)
{
QByteArray bytetmp;
int tmp;
uint32_t utmp;
QString strtmp;