mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 15:34:57 -04:00
Fix warnings.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user