commit | db711032e6b7fb13de1aa28d3d8cd2a3f4a59414 | [log] [tgz] |
---|---|---|
author | S Vasudev Prasad <vasudev.prasad@ittiam.com> | Fri Mar 13 15:57:59 2020 +0530 |
committer | S Vasudev Prasad <vasudev.prasad@ittiam.com> | Tue Apr 21 04:10:20 2020 +0000 |
tree | 99fc59f5a1d80df4c467ae3fe1c60365f9e2216f | |
parent | 98f98495a2d80adbf92dc07ab58c54644fa8ba5b [diff] |
Removed unused variable macro usage Note: On host toolchains, __unused doesnt seem to be present. Hence updated all instances to use __attribute__((unused)) instead. Also unused variables have been deprecated and code has been updated to use br.skipBits() instead. Test: Build libstagefright_foundation on Android Bug: 151789258 Change-Id: Ia2af1467803f3325aa838c8d57809790d5ce19a0