]> git.saurik.com Git - apt.git/blobdiff - ftparchive/override.cc
warning: unused parameter ‘foo’ [-Wunused-parameter]
[apt.git] / ftparchive / override.cc
index 82cbc4c19a8bb060bf07bac2674b64015d8cc2c7..38d76a6a350f03185618ad72188f5f656abc3510 100644 (file)
@@ -129,7 +129,7 @@ bool Override::ReadOverride(string const &File,bool const &Source)
 // Override::ReadExtraOverride - Read the extra override file          /*{{{*/
 // ---------------------------------------------------------------------
 /* This parses the extra override file and reads it into the map */
-bool Override::ReadExtraOverride(string const &File,bool const &Source)
+bool Override::ReadExtraOverride(string const &File,bool const &/*Source*/)
 {
    if (File.empty() == true)
       return true;