1
0
This repository has been archived on 2024-09-10. You can view files and clone it, but cannot push or open issues or pull requests.
levedb-mcpe-legacy/include
AlexChen008 8fb637be07
User Story 616487: Enable PREFast warnings as errors. [Error Type: C26495: Uninitialized member variable] - Submodule leveldb-mcpe (#44)
Check with PREFast, found 1 error:
C:\Minecraftpe\handheld\src-deps\leveldb_\leveldb\include\leveldb\cache.h(34): Error C26495: Variable 'leveldb::Cache::rep_' is uninitialized. Always initialize a member variable (type.6).

The modifications are as following:
Initializes a member variable that is not initialized in the constructor.
2021-10-13 19:08:14 -07:00
..
leveldb User Story 616487: Enable PREFast warnings as errors. [Error Type: C26495: Uninitialized member variable] - Submodule leveldb-mcpe (#44) 2021-10-13 19:08:14 -07:00