You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
9defe84 refactor: add missing overrides (fanquake)
Pull request description:
Fixes instances of:
```bash
leveldb-subtree/db/log_test.cc:208:17: error: 'GetName' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override]
208 | std::string GetName() const { return ""; }
```
To fix compile failures under C++20, and removing warning supression in the main repo.
ACKs for top commit:
laanwj:
Code review ACK 9defe84
hebasto:
ACK 9defe84, tested on Ubuntu 25.04 with GCC 14.2.0 and Clang 20.1.2.
Tree-SHA512: 53deef37148d1acb53696a575629ad5bd013c3db29eaf86e3917d649824b3ce513b7a79cbdbca30dbfd60ede68462a092ba3acd2b950363129a049e1c77b6088
0 commit comments