diff data/fft/FFTFileCacheReader.h @ 1038:cc27f35aa75c cxx11

Introducing the signed 64-bit frame index type, and fixing build failures from inclusion of -Wconversion with -Werror. Not finished yet.
author Chris Cannam
date Tue, 03 Mar 2015 15:18:24 +0000
parents 59e7fe1b1003
children
line wrap: on
line diff
--- a/data/fft/FFTFileCacheReader.h	Tue Mar 03 09:33:59 2015 +0000
+++ b/data/fft/FFTFileCacheReader.h	Tue Mar 03 15:18:24 2015 +0000
@@ -41,7 +41,7 @@
 
     bool haveSetColumnAt(int x) const;
 
-    static int getCacheSize(int width, int height,
+    static size_t getCacheSize(int width, int height,
                                FFTCache::StorageType type);
 
     FFTCache::StorageType getStorageType() const { return m_storageType; }