diff options
author | Michael Vogt <mvo@ubuntu.com> | 2014-10-06 16:28:56 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2014-10-06 16:28:56 +0200 |
commit | 0be13f1c8afdc4462bd0061130f943006915fbbc (patch) | |
tree | 4bc246271eeb87eb1ba1d632cfd302e6f6f3ba58 /apt-pkg | |
parent | 2d0a7bb434ebef179ab4955dfb09262452213190 (diff) |
fix warnings
Diffstat (limited to 'apt-pkg')
-rw-r--r-- | apt-pkg/acquire-item.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apt-pkg/acquire-item.cc b/apt-pkg/acquire-item.cc index e23acbd2a..c5037e5e0 100644 --- a/apt-pkg/acquire-item.cc +++ b/apt-pkg/acquire-item.cc @@ -2021,7 +2021,7 @@ bool pkgAcqMetaBase::VerifyVendor(string Message, const string &RealURI)/*{{{*/ // pkgAcqMetaIndex::Failed - no Release file present /*{{{*/ // --------------------------------------------------------------------- /* */ -void pkgAcqMetaIndex::Failed(string Message, +void pkgAcqMetaIndex::Failed(string /*Message*/, pkgAcquire::MethodConfig * /*Cnf*/) { string FinalFile = _config->FindDir("Dir::State::lists") + URItoFileName(RealURI); @@ -2099,8 +2099,8 @@ string pkgAcqMetaClearSig::Custom600Headers() const /*}}}*/ // pkgAcqMetaClearSig::Done - We got a file /*{{{*/ // --------------------------------------------------------------------- -void pkgAcqMetaClearSig::Done(std::string Message,unsigned long long Size, - HashStringList const &Hashes, +void pkgAcqMetaClearSig::Done(std::string Message,unsigned long long /*Size*/, + HashStringList const &/*Hashes*/, pkgAcquire::MethodConfig *Cnf) { // if we expect a ClearTextSignature (InRelase), ensure that |