skia2/experimental/sktext/tests
Florin Malita 1da7be7a85 Cleanup SkText warnings
Some unused var and pessimizing move warnings, e.g.

../../experimental/sktext/src/Text.cpp:316:12: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
    return std::move(shapedText);
           ^
../../experimental/sktext/src/Text.cpp:316:12: note: remove std::move call here
    return std::move(shapedText);
           ^~~~~~~~~~

Change-Id: Id5c220b7a850b2013e2bf065a87d4a296bd0369c
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/542522
Reviewed-by: Julia Lavrova <jlavrova@google.com>
Commit-Queue: Florin Malita <fmalita@google.com>
Auto-Submit: Florin Malita <fmalita@chromium.org>
2022-06-01 13:03:05 +00:00
..
FontResolvedText.cpp Free FontChains after test completes 2022-03-30 21:02:55 +00:00
SelectableText.cpp Cleanup SkText warnings 2022-06-01 13:03:05 +00:00
ShapedText.cpp Free FontChains after test completes 2022-03-30 21:02:55 +00:00
UnicodeText.cpp Update REPORTER_ASSERT/ERRORF to check format strings. 2022-02-10 16:37:05 +00:00
WrappedText.cpp Fixing Android build 2021-10-22 17:49:02 +00:00