Fix all warnings in clutstore.cc

This commit is contained in:
heckflosse
2017-03-31 20:51:06 +02:00
parent 2c686acc48
commit 7b489a1d99

View File

@@ -32,7 +32,7 @@ bool loadFile(
bool res = false;
if (fw == fh) {
unsigned int level = 1;
int level = 1;
while (level * level * level < fw) {
++level;