commit | 382ecd3d6345aeeda158a8d94cc0aee1bd3a45dc | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Sep 26 13:33:59 2016 -0700 |
committer | Colin Cross <ccross@android.com> | Tue Sep 27 18:09:42 2016 -0700 |
tree | 70d52472b2a74c3d17dae1c0300cdbe6e11cfc96 | |
parent | 8f279960c6ad8803e36503250b7ab89e34c9477b [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: I7748934f1e9515176e2ae98d2c0e58d165a7a5c2