commit | afaf7f8198fe5ffc054278da6800f81dd83f272c | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Tue Oct 16 11:32:38 2018 -0700 |
committer | Andreas Gampe <agampe@google.com> | Thu Oct 18 08:20:09 2018 -0700 |
tree | 3ebdec9fca813351d178709743121fa66815a7a0 | |
parent | 6ca8ec7809f87ccac8d9d66d267f2379bdfdfe66 [diff] |
ART: Enable bugprone-unused-return-value Enable bugprone-unused-return-value as an error. This is on top of the compiler warning for attribute((warn_unused)). Mark the current occurrences (all unique_ptr.release()) with NOLINT to signal that we know what we're doing. Bug: 32619234 Bug: 117926937 Test: WITH_TIDY=1 mmma art Change-Id: I36659722335eef36acfa5845289104257a393874