]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-cache.cc
Merge branch 'feature/abspath' into feature/apt-install-deb
[apt.git] / cmdline / apt-cache.cc
index 0860ee7bff5374962d77c4b86dacae87f83cdab5..84b775390b31799d785439afbed07f370ae45514 100644 (file)
@@ -1118,7 +1118,7 @@ static bool Dotty(CommandLine &CmdL)
 /* This displays the package record from the proper package index file. 
    It is not used by DumpAvail for performance reasons. */
 
-static unsigned char const* skipDescriptionFields(unsigned char const * DescP)
+static APT_PURE unsigned char const* skipDescriptionFields(unsigned char const * DescP)
 {
    char const * const TagName = "\nDescription";
    size_t const TagLen = strlen(TagName);