Fixes bugs found by Sonarcloud and Coverity
This commit is contained in:
parent
0c22f5a447
commit
1f209bfc41
10 changed files with 25 additions and 13 deletions
|
|
@ -116,7 +116,7 @@ private:
|
|||
String type_hint;
|
||||
float progress = 0.0;
|
||||
ThreadLoadStatus status = THREAD_LOAD_IN_PROGRESS;
|
||||
Error error;
|
||||
Error error = OK;
|
||||
RES resource;
|
||||
bool xl_remapped = false;
|
||||
bool use_sub_threads = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue