diff options
| author | 2015-07-09 11:18:26 -0700 | |
|---|---|---|
| committer | 2015-07-09 12:27:24 -0700 | |
| commit | 15144b806664ba32de6ec2229a825123462a2260 (patch) | |
| tree | 27e987782d12ee51db073fcd9e74aef4faa95f41 /compiler/optimizing/optimizing_compiler.cc | |
| parent | 486728d82e5b36a5ff3d40d282d9c32f7305bc3a (diff) | |
Add -Wno-pessimizing-move to Clang flags
Upstream clang has a new diagnostic '-Wpessimizing-move' that warns when
a std::move call prevents copy elision. The warning (which turns into
an error with -Werror) is triggered for
art/runtime/base/variant_map.h:261
Add -Wno-pessimizing-move to ART build rules until this warning can be
safely handled.
Change-Id: I7aff68abb6c44a5d64170b0d959c9537b89b5e16
Diffstat (limited to 'compiler/optimizing/optimizing_compiler.cc')
0 files changed, 0 insertions, 0 deletions