diff options
| author | 2021-07-14 17:25:16 -0700 | |
|---|---|---|
| committer | 2021-07-15 14:03:24 -0700 | |
| commit | 5fa57f6afc17c0285a618e274c8284840af9c7af (patch) | |
| tree | 7b8e7869f9a56c40bf68d3a3289659111c5940b7 /services/coverage/java | |
| parent | 245ce4d049dc454ec01dbcf0200d0d55e9d9f476 (diff) | |
idmap2: fix for compiler update.
Suppress below errors:
include/idmap2/Idmap.h:126:12: error: avoid repeating the return type
from the declaration; use a braced initializer list instead
[modernize-return-braced-init-list,-warnings-as-errors]
return StringPiece(target_path_);
^~~~~~~~~~~~ ~
{ }
gen/aidl/android/os/BnIdmap2.h:6:1: error: nested namespaces can be concatenated
[modernize-concat-nested-namespaces,-warnings-as-errors]
namespace android {
^~~~~~~~~~~~~~~~~~~
namespace android::os
Bug: 193712493
Test: build with the next compiler
Change-Id: I14297355dd92c2bbf4bd24da95cfa868b427739e
Diffstat (limited to 'services/coverage/java')
0 files changed, 0 insertions, 0 deletions