From 727f18afe9c2eec15ee446cb667d9561644b5bf6 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:54:22 +0000 Subject: 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 --- apt-pkg/clean.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apt-pkg/clean.h') diff --git a/apt-pkg/clean.h b/apt-pkg/clean.h index afb5aa4f5..ee65fcb61 100644 --- a/apt-pkg/clean.h +++ b/apt-pkg/clean.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: clean.h,v 1.1 1999/02/01 08:11:57 jgg Exp $ +// $Id: clean.h,v 1.2 1999/07/20 05:53:33 jgg Exp $ /* ###################################################################### Clean - Clean out downloaded directories @@ -20,7 +20,7 @@ class pkgArchiveCleaner { protected: - virtual void Erase(const char *File,string Pkg,string Ver,struct stat &St) {}; + virtual void Erase(const char * /*File*/,string /*Pkg*/,string /*Ver*/,struct stat & /*St*/) {}; public: -- cgit v1.2.3