]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debindexfile.h
warning: unused parameter ‘foo’ [-Wunused-parameter]
[apt.git] / apt-pkg / deb / debindexfile.h
index 9e64d44769562c090640b1e7769fbfdef7ccc915..e079d40c224ca53635e4b7cd3a1cb2295ac9fc12 100644 (file)
@@ -33,7 +33,7 @@ class debStatusIndex : public pkgIndexFile
    virtual const Type *GetType() const;
    
    // Interface for acquire
-   virtual std::string Describe(bool Short) const {return File;};
+   virtual std::string Describe(bool /*Short*/) const {return File;};
    
    // Interface for the Cache Generator
    virtual bool Exists() const;