]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-cachefile.h
follow method attribute suggestions by gcc
[apt.git] / apt-private / private-cachefile.h
index 94d93df2cc3c1a6c63ea52a43390ad1a9f0cdc26..67c5e8cdc643399cb83956ecae08312f2f7c7dc4 100644 (file)
@@ -13,7 +13,7 @@
 class CacheFile : public pkgCacheFile
 {
    static pkgCache *SortCache;
-   static int NameComp(const void *a,const void *b);
+   static int NameComp(const void *a,const void *b) APT_PURE;
    
    public:
    pkgCache::Package **List;