7363af8c51
GCC 9 warns about this pessimizing-move. It isn't clear why clang isn't as well. GCC 9 has a working redundant-move diagnostic. Clang has an old (C++11 style) redundant-move diagnostic which only warns when moving a parameter. The GCC warning conflicts with Clang's return-std-move-in-c++11, which we want to keep until we can drop support for older compilers. So just disable redundant-move warnings until we can remove return-std-move-in-c++11. This change allows us to compile without warnings on gcc 9.3.0. Change-Id: If21fcfb2944ce49e27fc84d40805752895ae68cf Reviewed-on: https://skia-review.googlesource.com/c/skia/+/279958 Reviewed-by: Mike Klein <mtklein@google.com> Commit-Queue: Ben Wagner <bungeman@google.com> |
||
---|---|---|
animations | ||
bench | ||
bin | ||
build/fuchsia | ||
build_overrides | ||
dm | ||
docker | ||
docs/examples | ||
example | ||
experimental | ||
fuzz | ||
gm | ||
gn | ||
include | ||
infra | ||
modules | ||
platform_tools | ||
resources | ||
samplecode | ||
site | ||
specs | ||
src | ||
tests | ||
third_party | ||
tools | ||
.clang-format | ||
.clang-tidy | ||
.gitignore | ||
.gn | ||
AUTHORS | ||
BUILD.gn | ||
codereview.settings | ||
CONTRIBUTING | ||
CQ_COMMITTERS | ||
DEPS | ||
go.mod | ||
go.sum | ||
LICENSE | ||
OWNERS | ||
PRESUBMIT.py | ||
public.bzl | ||
README | ||
README.chromium | ||
RELEASE_NOTES.txt | ||
whitespace.txt |
Skia is a complete 2D graphic library for drawing Text, Geometries, and Images. See full details, and build instructions, at https://skia.org.