]> git.saurik.com Git - apt.git/blobdiff - ftparchive/override.cc
Merge branch 'feature/popen' into feature/apt-install-deb
[apt.git] / ftparchive / override.cc
index 82cbc4c19a8bb060bf07bac2674b64015d8cc2c7..b4cd49b6c9dd50353670f363c04963ede56bd750 100644 (file)
@@ -16,6 +16,9 @@
 #include <apt-pkg/error.h>
 
 #include <stdio.h>
+#include <ctype.h>
+#include <string.h>
+#include <utility>
 
 #include "override.h"
 
@@ -129,7 +132,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;