skia2/experimental/sktext
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
..
editor RTL 2021-10-22 16:21:02 +00:00
include RTL 2021-10-22 16:21:02 +00:00
samples Cleanup SkText warnings 2022-06-01 13:03:05 +00:00
src Cleanup SkText warnings 2022-06-01 13:03:05 +00:00
tests Cleanup SkText warnings 2022-06-01 13:03:05 +00:00
BUILD.gn Font resolution just started 2021-09-27 16:25:50 +00:00
sktext.gni Reland "The very first version of a new SkText API." 2021-09-15 21:39:56 +00:00