]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/vendor.cc
move defines for version to macros.h
[apt.git] / apt-pkg / vendor.cc
index fc03ec84583319e1509fbbea06c3a0628e3e61b8..f195341711b523990a0e215dd6834268257f3a57 100644 (file)
@@ -31,7 +31,7 @@ const std::string Vendor::LookupFingerprint(std::string Print) const
       return (*Elt).second;
 }
 
-bool Vendor::CheckDist(std::string Dist)
+bool Vendor::CheckDist(std::string /*Dist*/)
 {
    return true;
 }