Page MenuHomePhabricator

Disable some more leveldb warnings
ClosedPublic

Authored by Fabien on May 28 2020, 20:09.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Project
Commits
rABC064404306ceb: 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

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien requested review of this revision.May 28 2020, 20:09
This revision is now accepted and ready to land.May 28 2020, 20:31
This revision was automatically updated to reflect the committed changes.