]> git.saurik.com Git - apt.git/blobdiff - apt-inst/dirstream.h
apt: Minor typo in 'apt' man page (closes: #743657)
[apt.git] / apt-inst / dirstream.h
index 232a39f9d2ab3c364e527d7de025360cfc60d20d..1be2688a11e637d1e06c203d66030c3a2d2450bd 100644 (file)
@@ -25,8 +25,6 @@
 #ifndef PKGLIB_DIRSTREAM_H
 #define PKGLIB_DIRSTREAM_H
 
-#ifdef __GNUG__
-#endif
 
 class pkgDirStream
 { 
@@ -51,8 +49,8 @@ class pkgDirStream
    virtual bool DoItem(Item &Itm,int &Fd);
    virtual bool Fail(Item &Itm,int Fd);
    virtual bool FinishedFile(Item &Itm,int Fd);
-   virtual bool Process(Item &Itm,const unsigned char *Data,
-                       unsigned long Size,unsigned long Pos) {return true;};
+   virtual bool Process(Item &/*Itm*/,const unsigned char * /*Data*/,
+                       unsigned long /*Size*/,unsigned long /*Pos*/) {return true;};
       
    virtual ~pkgDirStream() {};   
 };