diff base/FFTCache.h @ 137:0aafdda005ce

* Remove dependency on the actual stored object type in MatrixFile * Add alternative Compact storage format for FFTFileCache (16-bit instead of 32-bit)
author Chris Cannam
date Wed, 12 Jul 2006 14:15:46 +0000
parents 69d50575c52a
children 6332e41c1619
line wrap: on
line diff
--- a/base/FFTCache.h	Mon Jul 10 13:54:49 2006 +0000
+++ b/base/FFTCache.h	Wed Jul 12 14:15:46 2006 +0000
@@ -126,7 +126,7 @@
         }
     }
     
-    virtual bool haveSetColumnAt(size_t x) const {
+    virtual bool haveSetColumnAt(size_t) const {
         return true;
     }