mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 16:08:39 -05:00
Fix gcc warnings
This commit is contained in:
parent
0bf126baa5
commit
d4b72343fd
@ -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))
|
||||
{
|
||||
|
@ -148,7 +148,6 @@ bool ILSDemodSettings::deserialize(const QByteArray& data)
|
||||
if(d.getVersion() == 1)
|
||||
{
|
||||
QByteArray bytetmp;
|
||||
int tmp;
|
||||
uint32_t utmp;
|
||||
QString strtmp;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user