Misc: Fix a bunch of code analysis warnings
Some of which were even actual errors.
This commit is contained in:
@ -76,7 +76,7 @@ private:
|
||||
CacheIndex m_index;
|
||||
|
||||
std::string m_base_filename;
|
||||
u32 m_version;
|
||||
u32 m_version = 0;
|
||||
|
||||
std::FILE* m_index_file = nullptr;
|
||||
std::FILE* m_blob_file = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user