1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 22:14:45 -04:00

Fix gcc warnings

This commit is contained in:
Jon Beniston
2021-10-12 12:17:57 +01:00
parent 1de5a38d6b
commit 60b500f56c
5 changed files with 8 additions and 5 deletions
@@ -622,7 +622,6 @@ void StarTrackerWorker::update()
swgTarget->setEarthOrbitVelocityBcrs(vOrbit);
double vLSRK = Astronomy::sunVelocityLSRK(rd);
swgTarget->setSunVelocityLsr(vLSRK);
double vCorr = vRot + vOrbit + vLSRK;
(*it)->push(MainCore::MsgStarTrackerTarget::create(m_starTracker, swgTarget));
}
}