mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
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:
parent
4c0055ddf0
commit
336d6ff181
21 changed files with 74 additions and 51 deletions
|
@ -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") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue