warning: unused parameter ‘foo’ [-Wunused-parameter]
[ntk/apt.git] / methods / mirror.cc
index 977eddc..b306367 100644 (file)
@@ -132,7 +132,7 @@ bool MirrorMethod::Clean(string Dir)
 }
 
 
-bool MirrorMethod::DownloadMirrorFile(string mirror_uri_str)
+bool MirrorMethod::DownloadMirrorFile(string /*mirror_uri_str*/)
 {
    // not that great to use pkgAcquire here, but we do not have
    // any other way right now