follow method attribute suggestions by gcc
[ntk/apt.git] / apt-private / private-cachefile.h
index 94d93df..67c5e8c 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;