Fix unused variable warnings
The forth in my quest to make Godot 3.x compile with -Werror on GCC7
This commit is contained in:
parent
d1cb73b47a
commit
b2a38854fd
38 changed files with 100 additions and 249 deletions
|
|
@ -466,8 +466,6 @@ void AppxPackager::add_file(String p_file_name, const uint8_t *p_buffer, size_t
|
|||
EditorNode::progress_task_step(progress_task, "File: " + p_file_name, (p_file_no * 100) / p_total_files);
|
||||
}
|
||||
|
||||
bool do_hash = p_file_name != "AppxSignature.p7x";
|
||||
|
||||
FileMeta meta;
|
||||
meta.name = p_file_name;
|
||||
meta.uncompressed_size = p_len;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue