commit | 859dcdc983644280ec567d616418344212e4afea | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Sep 30 16:32:19 2016 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Oct 06 00:22:03 2016 +0000 |
tree | ea0fb58c7541f204f168c708b921eb04e6669950 | |
parent | 353eeaa96748dbb42b58745ef6fd63b4e6dd6223 [diff] |
Fix constructor parameters shadowing member variables Using the same name for the constructor parameter and the member variable causes a warning that was being hidden by the use of -isystem to include frameworks/native/include. Prefix the parameter with an underscore. Bug: 31752268 Test: m -j Change-Id: I60c7dc388999bafbb97cb42f5e0af5361df68d56 (cherry picked from commit 0ed088bd90c4e9ae5a92047319c3932b2aa78ddf)