]> git.saurik.com Git - apt.git/blobdiff - ftparchive/contents.cc
warning: unused parameter ‘foo’ [-Wunused-parameter]
[apt.git] / ftparchive / contents.cc
index 80fe6e17e6ac99d995e42731018208fb41334767..be4d2a61e1cf97f12e2065e9ba3118937d77ffa2 100644 (file)
@@ -316,7 +316,7 @@ bool ContentsExtract::Read(debDebFile &Deb)
 // ContentsExtract::DoItem - Extract an item                           /*{{{*/
 // ---------------------------------------------------------------------
 /* This just tacks the name onto the end of our memory buffer */
-bool ContentsExtract::DoItem(Item &Itm,int &Fd)
+bool ContentsExtract::DoItem(Item &Itm, int &/*Fd*/)
 {
    unsigned long Len = strlen(Itm.Name);