Fix specific warnings issues by Clang

Found by `scons dev=yes` on llvm-mingw.
This commit is contained in:
K. S. Ernest (iFire) Lee
2021-10-14 08:55:54 -07:00
parent f90047f158
commit 8f0c056431
6 changed files with 3 additions and 15 deletions

View File

@ -1427,7 +1427,6 @@ Error EditorExportPlatformIOS::export_project(const Ref<EditorExportPreset> &p_p
}
bool found_library = false;
int total_size = 0;
const String project_file = "godot_ios.xcodeproj/project.pbxproj";
Set<String> files_to_parse;
@ -1523,7 +1522,6 @@ Error EditorExportPlatformIOS::export_project(const Ref<EditorExportPreset> &p_p
file = file.replace("godot_ios", binary_name);
print_line("ADDING: " + file + " size: " + itos(data.size()));
total_size += data.size();
/* write it into our folder structure */
file = dest_dir + file;