HomePhabricator

Disable some more leveldb warnings

Description

Disable some more leveldb warnings

Summary:
This frees the output from the leveldb warnings.
There is a single -Wmaybe-initialized outside of the tests and it is
relying on the GCC __get_cpuid() function to assign a value to a
pointer, which should be safe.

Test Plan:
With both GCC and Clang:

ninja all check-leveldb

Reviewers: #bitcoin_abc, deadalnix

Reviewed By: #bitcoin_abc, deadalnix

Differential Revision: https://reviews.bitcoinabc.org/D6285

Details

Provenance
FabienAuthored on May 28 2020, 20:02
FabienPushed on May 29 2020, 07:39
Reviewer
Restricted Project
Differential Revision
D6285: Disable some more leveldb warnings
Parents
rABC06234fb46320: The -Wredundant-move warning is C++ only
Branches
Unknown
Tags
Unknown