diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-11-13 21:34:22 +0100 |
---|---|---|
committer | bstoeger <32835590+bstoeger@users.noreply.github.com> | 2019-11-14 09:36:39 +0100 |
commit | f6d3efc6f8b6914a9b2fdb3d5d74ef4a97f55096 (patch) | |
tree | b8e88516374f19a966fbd3407afb63c6d1d49716 /makefile | |
parent | 46088e63fd419d3eceae8c1c45dcec87a35badf3 (diff) | |
download | subsurface-f6d3efc6f8b6914a9b2fdb3d5d74ef4a97f55096.tar.gz |
Cleanup: don't std::move() temporaries
clang correctly warns about std::move()ing objects returned from
functions. This is a pessimization, because the compiler can't
copy elide the object. Remove.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'makefile')
0 files changed, 0 insertions, 0 deletions