diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-11-28 16:42:41 +0100 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-11-28 16:42:41 +0100 |
commit | ca1ba482b50c41425bd0a540c7bb68406d10e552 (patch) | |
tree | 2642a71f034d70f748387038a21efda62ec9fb1e /lib/connection.cpp | |
parent | 080af15c8aa7cc51f97c924ba4678083b7f8da8f (diff) | |
download | libquotient-ca1ba482b50c41425bd0a540c7bb68406d10e552.tar.gz libquotient-ca1ba482b50c41425bd0a540c7bb68406d10e552.zip |
Don't std::move when the callee doesn't support it
In both fixed cases the callee accepts a const reference, which makes
std::move() useless. Static analyzers apparently missed them because
the cases are inside a macro.
Diffstat (limited to 'lib/connection.cpp')
0 files changed, 0 insertions, 0 deletions