You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've gone back and forth with redundant std::move in return. We
recently re-enabled the warning (walking back older decisions to try and
support ancient compilers). This CL removes all the std::move that were
found when I tried to build with Debian11's gcc.
It also found one signedness mismatch in a comparison.
Change-Id: I2f4cbf2bf2e8d425f6ec73bbefc4dfb636c7b092
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/731482
Reviewed-by: Ben Wagner <bungeman@google.com>
Reviewed-by: John Stiles <johnstiles@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
0 commit comments