Update helio (#2538)

chore: UpdateHelio dependency

Add support for asan/ubsan checkers in our dev environment.
Remove more clang warnings.

Once we fix all the problems we will enable them in our CI as well.

Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
Roman Gershman 2024-02-06 11:57:26 +02:00 committed by GitHub
parent 4c0055ddf0
commit 336d6ff181
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 74 additions and 51 deletions

View file

@ -2276,7 +2276,7 @@ error_code RdbLoader::HandleAux() {
} else if (auxkey == "repl-offset") {
// TODO
} else if (auxkey == "lua") {
LoadScriptFromAux(move(auxval));
LoadScriptFromAux(std::move(auxval));
} else if (auxkey == "redis-ver") {
VLOG(1) << "Loading RDB produced by version " << auxval;
} else if (auxkey == "ctime") {