1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-05 15:34:57 -04:00

Fix warnings.

This commit is contained in:
Jon Beniston
2026-04-07 18:49:17 +01:00
parent 80b5daa929
commit 55f14f5dde
3 changed files with 24 additions and 16 deletions
@@ -75,6 +75,10 @@ bool SpiceEphemerides::download(const QStringList &emphemerides)
void SpiceEphemerides::downloadComplete(const QString &filename, bool success, const QString &url, const QString &errorMessage)
{
(void) success;
(void) url;
(void) errorMessage;
m_completedDownloads.append(filename);
if (m_completedDownloads == m_pendingDownloads)
{