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.
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
..
c.h
2017-08-05 23:46:55 +01:00
2014-06-14 21:24:10 +02:00
2014-06-14 21:24:10 +02:00
2014-09-16 14:19:52 -07:00
2014-06-14 21:24:10 +02:00
2014-06-14 21:24:10 +02:00
2017-08-05 23:46:55 +01:00