Fix all warnings in clutstore.cc
This commit is contained in:
@@ -32,7 +32,7 @@ bool loadFile(
|
|||||||
bool res = false;
|
bool res = false;
|
||||||
|
|
||||||
if (fw == fh) {
|
if (fw == fh) {
|
||||||
unsigned int level = 1;
|
int level = 1;
|
||||||
|
|
||||||
while (level * level * level < fw) {
|
while (level * level * level < fw) {
|
||||||
++level;
|
++level;
|
||||||
|
Reference in New Issue
Block a user