commit | dc82c1573a88316493fb66c78944345cdafda57e | [log] [tgz] |
---|---|---|
author | Nick Desaulniers <ndesaulniers@google.com> | Fri Oct 11 13:39:04 2019 -0700 |
committer | Nick Desaulniers <ndesaulniers@google.com> | Mon Oct 14 11:05:18 2019 -0700 |
tree | 26ece28aa01c10422f1da2bfcb8d3dd666616e0a | |
parent | 0e1efc568c8965facf7aa7d82df9aea0fcebd2e0 [diff] |
[hardware][interfaces][vehicle] fix -Wdangling-gsl in test Chaining the method calls in such a way otherwise returns a dangling pointer to a temporary object. Bug: 139945549 Test: mm Change-Id: I0783fccbb6f11e7e37bd059445265227359649cf Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>