summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'SwifTools')
-rw-r--r--SwifTools/AutoUpdater/PlatformAutoUpdaterFactory.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/SwifTools/AutoUpdater/PlatformAutoUpdaterFactory.cpp b/SwifTools/AutoUpdater/PlatformAutoUpdaterFactory.cpp
index 2049a4e..90c27bd 100644
--- a/SwifTools/AutoUpdater/PlatformAutoUpdaterFactory.cpp
+++ b/SwifTools/AutoUpdater/PlatformAutoUpdaterFactory.cpp
@@ -12,6 +12,7 @@ AutoUpdater* PlatformAutoUpdaterFactory::createAutoUpdater(const String& appcast
#ifdef HAVE_SPARKLE
return new SparkleAutoUpdater(appcastURL);
#else
+ (void) appcastURL;
return new DummyAutoUpdater();
#endif
}