Fixes bugs found by Sonarcloud and Coverity

This commit is contained in:
qarmin 2020-03-02 19:17:20 +01:00
parent 0c22f5a447
commit 1f209bfc41
10 changed files with 25 additions and 13 deletions

View file

@ -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;