mirror of
https://github.com/godotengine/godot.git
synced 2025-10-27 19:54:27 +00:00
Small fixes to static analyzer bugs
This commit is contained in:
parent
c2c11fc063
commit
8460d0678c
14 changed files with 59 additions and 72 deletions
|
|
@ -1515,7 +1515,6 @@ public:
|
|||
return ERR_FILE_NOT_FOUND;
|
||||
}
|
||||
|
||||
ERR_FAIL_COND_V(!pkg, ERR_CANT_OPEN);
|
||||
int ret = unzGoToFirstFile(pkg);
|
||||
|
||||
zlib_filefunc_def io2 = io;
|
||||
|
|
@ -1855,7 +1854,6 @@ public:
|
|||
return ERR_FILE_NOT_FOUND;
|
||||
}
|
||||
|
||||
ERR_FAIL_COND_V(!tmp_unaligned, ERR_CANT_OPEN);
|
||||
ret = unzGoToFirstFile(tmp_unaligned);
|
||||
|
||||
io2 = io;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue