]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/policy.cc
move defines for version to macros.h
[apt.git] / apt-pkg / policy.cc
index d0f97441d878318bcb7a540324c3c8cdde6ce0fd..2176f1f423c4f66074a68a4851c6f32e1e150d10 100644 (file)
@@ -349,7 +349,7 @@ signed short pkgPolicy::GetPriority(pkgCache::PkgFileIterator const &File)
    all over the place rather than forcing a special format */
 class PreferenceSection : public pkgTagSection
 {
-   void TrimRecord(bool BeforeRecord, const char* &End)
+   void TrimRecord(bool /*BeforeRecord*/, const char* &End)
    {
       for (; Stop < End && (Stop[0] == '\n' || Stop[0] == '\r' || Stop[0] == '#'); Stop++)
         if (Stop[0] == '#')