diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:22 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:22 +0000 |
commit | 727f18afe9c2eec15ee446cb667d9561644b5bf6 (patch) | |
tree | 7b8f7e3cd17bd725d4c47e22384400c002ca3982 /apt-pkg/acquire-item.cc | |
parent | 140fd43fa632739af061834a6c1b7ee0f73a35b7 (diff) |
Daniel Jacobowitz's gcc 2.95 C++ patch
Author: jgg
Date: 1999-07-20 05:53:32 GMT
Daniel Jacobowitz's gcc 2.95 C++ patch
Diffstat (limited to 'apt-pkg/acquire-item.cc')
-rw-r--r-- | apt-pkg/acquire-item.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/acquire-item.cc b/apt-pkg/acquire-item.cc index 25839f85c..1f7980b11 100644 --- a/apt-pkg/acquire-item.cc +++ b/apt-pkg/acquire-item.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: acquire-item.cc,v 1.33 1999/07/10 05:32:25 jgg Exp $ +// $Id: acquire-item.cc,v 1.34 1999/07/20 05:53:32 jgg Exp $ /* ###################################################################### Acquire Item - Item to acquire @@ -78,7 +78,7 @@ void pkgAcquire::Item::Failed(string Message,pkgAcquire::MethodConfig *Cnf) // --------------------------------------------------------------------- /* Stash status and the file size. Note that setting Complete means sub-phases of the acquire process such as decompresion are operating */ -void pkgAcquire::Item::Start(string Message,unsigned long Size) +void pkgAcquire::Item::Start(string /*Message*/,unsigned long Size) { Status = StatFetching; if (FileSize == 0 && Complete == false) |