1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-20 14:45:44 +00:00

Fix some Clang -Wunused-but-set-variable warnings

This commit is contained in:
Rémi Verschelde
2022-12-20 18:14:02 +01:00
parent edbfaa1d80
commit e771804e78
4 changed files with 0 additions and 11 deletions

View File

@@ -530,7 +530,6 @@ private:
Vector<String> failed_files;
int idx = 0;
while (ret == UNZ_OK) {
//get filename
unz_file_info info;
@@ -570,7 +569,6 @@ private:
}
}
idx++;
ret = unzGoToNextFile(pkg);
}